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.cpp98 Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) in PushArgsWithArgv()
161 Register currentSlot, Label *next, Label *stackOverflow) in PushUndefinedWithArgc()
178 …d CommonCall::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSlot, in StackOverflowCheck()
Dasm_interpreter_call.cpp1568Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h699 auto currentSlot = constInst->GetImmTableSlot(); in AddSpilledConstant() local