Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp631 Register runtimeId(X6); in JSCallInternal()
633 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowCallConstructorException))); in JSCallInternal()
635 __ Stp(runtimeId, argC, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); in JSCallInternal()
906 Register runtimeId(X6); in ThrowNonCallableInternal()
908 __ Mov(runtimeId, Immediate(RTSTUB_ID(ThrowTypeError))); in ThrowNonCallableInternal()
910 __ Stp(runtimeId, argC, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); in ThrowNonCallableInternal()
1064 Register runtimeId(X1); in CallRuntimeWithArgv()
1070 __ Stp(Register(X30), runtimeId, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); // 2 : 2 means pair in CallRuntimeWithArgv() local
1083 __ Add(tmp, glue, Operand(runtimeId, LSL, 3)); in CallRuntimeWithArgv()
1423 Register runtimeId(X in DeoptHandlerAsm()
[all...]
H A Dasm_interpreter_call.cpp111 Register runtimeId(X11); in AsmInterpEntryDispatch()
113 __ Mov(runtimeId, Immediate(kungfu::RuntimeStubCSigns::ID_ThrowNotCallableException)); in AsmInterpEntryDispatch()
115 __ Add(trampoline, glueRegister, Operand(runtimeId, LSL, 3)); in AsmInterpEntryDispatch()
579 Register runtimeId(X11); in CallNativeWithArgv()
581 __ Mov(runtimeId, Immediate(kungfu::RuntimeStubCSigns::ID_ThrowStackOverflowException)); in CallNativeWithArgv()
583 __ Add(trampoline, glue, Operand(runtimeId, LSL, 3)); in CallNativeWithArgv()

Completed in 5 milliseconds