Searched defs:HEAP_ACCESSOR_C (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | heap-refs.cc | 1404 #define HEAP_ACCESSOR_C(holder, result, name) \ macro 1416 HEAP_ACCESSOR_C(AllocationSite, bool, CanInlineCall) in HEAP_ACCESSOR_C() function 1458 HEAP_ACCESSOR_C(JSDataView, size_t, byte_length) in HEAP_ACCESSOR_C() function 1510 HEAP_ACCESSOR_C(FunctionTemplateInfo, bool, accept_any_receiver) in HEAP_ACCESSOR_C() function 1548 HEAP_ACCESSOR_C(ScopeInfo, int, ContextLength) in HEAP_ACCESSOR_C() function 1556 HEAP_ACCESSOR_C(SharedFunctionInfo, Builtin, builtin_id) in HEAP_ACCESSOR_C() function
|