Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dframes-inl.h138 inline Object BuiltinExitFrame::argc_slot_object() const { in argc_slot_object() function
Dframes.h778 inline Object argc_slot_object() const;
Dframes.cc800 Object argc_slot = argc_slot_object(); in ComputeParametersCount()