v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::HeapNumberRequest Class Reference

#include <assembler.h>

Collaboration diagram for v8::internal::HeapNumberRequest:

Public Member Functions

 HeapNumberRequest (double heap_number, int offset=-1)
 
double heap_number () const
 
int offset () const
 
void set_offset (int offset)
 

Private Attributes

double value_
 
int offset_
 

Detailed Description

Definition at line 165 of file assembler.h.

Constructor & Destructor Documentation

◆ HeapNumberRequest()

v8::internal::HeapNumberRequest::HeapNumberRequest ( double heap_number,
int offset = -1 )
explicit

Definition at line 224 of file assembler.cc.

Here is the call graph for this function:

Member Function Documentation

◆ heap_number()

double v8::internal::HeapNumberRequest::heap_number ( ) const
inline

Definition at line 169 of file assembler.h.

Here is the caller graph for this function:

◆ offset()

int v8::internal::HeapNumberRequest::offset ( ) const
inline

Definition at line 172 of file assembler.h.

Here is the caller graph for this function:

◆ set_offset()

void v8::internal::HeapNumberRequest::set_offset ( int offset)
inline

Definition at line 176 of file assembler.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ offset_

int v8::internal::HeapNumberRequest::offset_
private

Definition at line 184 of file assembler.h.

◆ value_

double v8::internal::HeapNumberRequest::value_
private

Definition at line 183 of file assembler.h.


The documentation for this class was generated from the following files: