Home
last modified time | relevance | path

Searched defs:currentSlot (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp88 Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) in PushArgsWithArgv()
151 Register currentSlot, Label *next, Label *stackOverflow) in PushUndefinedWithArgc()
168 …d CommonCall::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSlot, in StackOverflowCheck()
Dasm_interpreter_call.cpp1681Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h730 auto currentSlot = constInst->GetImmTableSlot(); in AddSpilledConstant() local