Home
last modified time | relevance | path

Searched refs:excluded_property_base (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1336 // The excluded_property_base is passed as a raw stack pointer. This is safe in RUNTIME_FUNCTION()
1338 Address* excluded_property_base = reinterpret_cast<Address*>(args[2].ptr()); in RUNTIME_FUNCTION() local
1339 DCHECK(HAS_SMI_TAG(reinterpret_cast<intptr_t>(excluded_property_base))); in RUNTIME_FUNCTION()
1342 isolate, reinterpret_cast<Address>(excluded_property_base), in RUNTIME_FUNCTION()
1356 Handle<Object> property(excluded_property_base - i); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc781 base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, in SetOrCopyDataProperties()
832 IntPtrSub(excluded_property_base.value(), offset)); in SetOrCopyDataProperties()
891 // The excluded_property_base is passed as a raw stack pointer, but is in TF_BUILTIN()

Completed in 6 milliseconds