Home
last modified time | relevance | path

Searched refs:DEFINE_GETTER (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc18 #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 Dinstructions-arm64.h124 #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 Dinstructions-aarch64.h307 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \ macro
310 INSTRUCTION_FIELDS_LIST(DEFINE_GETTER)
311 #undef DEFINE_GETTER macro
H A Dsimulator-aarch64.h1147 #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 Dsimulator-arm64.h296 #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