Searched refs:DEFINE_GETTER (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-graph.cc | 18 #define DEFINE_GETTER(name, expr) \ macro 110 DEFINE_GETTER(AllocateInYoungGenerationStubConstant, 113 DEFINE_GETTER(AllocateRegularInYoungGenerationStubConstant, 117 DEFINE_GETTER(AllocateInOldGenerationStubConstant, 120 DEFINE_GETTER(AllocateRegularInOldGenerationStubConstant, 124 DEFINE_GETTER(ArrayConstructorStubConstant, 127 DEFINE_GETTER(BigIntMapConstant, HeapConstant(factory()->bigint_map())) 129 DEFINE_GETTER(BooleanMapConstant, HeapConstant(factory()->boolean_map())) 131 DEFINE_GETTER(ToNumberBuiltinConstant, 134 DEFINE_GETTER(PlainPrimitiveToNumberBuiltinConstan 190 #undef DEFINE_GETTER global() macro [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 124 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ macro 126 INSTRUCTION_FIELDS_LIST(DEFINE_GETTER) 127 #undef DEFINE_GETTER macro
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 307 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ macro 310 INSTRUCTION_FIELDS_LIST(DEFINE_GETTER) 311 #undef DEFINE_GETTER macro
|
H A D | simulator-aarch64.h | 1147 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ macro 1154 SYSTEM_REGISTER_FIELDS_LIST(DEFINE_GETTER, DEFINE_WRITE_IGNORE_MASK) 1157 #undef DEFINE_GETTER macro
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 296 #define DEFINE_GETTER(Name, HighBit, LowBit, Func, Type) \ macro 303 SYSTEM_REGISTER_FIELDS_LIST(DEFINE_GETTER, DEFINE_WRITE_IGNORE_MASK) 305 #undef DEFINE_GETTER macro
|
Completed in 16 milliseconds