Home
last modified time | relevance | path

Searched refs:argc_slot_object (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes-inl.h79 Object* argc_slot = argc_slot_object(); in receiver_slot_object()
88 inline Object* BuiltinExitFrame::argc_slot_object() const { in argc_slot_object() function
Dframes.h470 inline Object* argc_slot_object() const;
Dframes.cc694 Object* argc_slot = argc_slot_object(); in ComputeParametersCount()