|
V8 Project
|
#include <linkage.h>
Collaboration diagram for v8::internal::compiler::LinkageLocation:Public Member Functions | |
| LinkageLocation (int location) | |
Static Public Member Functions | |
| static LinkageLocation | AnyRegister () |
Static Public Attributes | |
| static const int16_t | ANY_REGISTER = 32767 |
Private Attributes | |
| int16_t | location_ |
Friends | |
| class | CallDescriptor |
| class | OperandGenerator |
|
inlineexplicit |
Definition at line 23 of file linkage.h.
Referenced by AnyRegister().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 27 of file linkage.h.
References ANY_REGISTER, and LinkageLocation().
Referenced by v8::internal::compiler::LinkageHelper< LinkageTraits >::GetRuntimeCallDescriptor(), v8::internal::compiler::LinkageHelper< LinkageTraits >::GetSimplifiedCDescriptor(), and v8::internal::compiler::LinkageHelper< LinkageTraits >::GetStubCallDescriptor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
|
static |
Definition at line 25 of file linkage.h.
Referenced by AnyRegister(), and v8::internal::compiler::OperandGenerator::ToUnallocatedOperand().
|
private |
Definition at line 32 of file linkage.h.
Referenced by v8::internal::compiler::OperandGenerator::ToUnallocatedOperand().