Home
last modified time | relevance | path

Searched refs:funcOffset (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp895 int64_t funcOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false)) -
897 ASSERT(funcOffset < 0);
898 __ Ldur(temp, MemoryOperand(currentSp, funcOffset)); // load constructor
1002 int64_t funcOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false))
1006 ASSERT(funcOffset < 0);
1009 __ Ldur(ret, MemoryOperand(sp, funcOffset)); // restore acc
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3176 GateRef funcOffset = IntPtr(JSFunctionBase::CODE_ENTRY_OFFSET); in SetCodeEntryToFunctionFromMethod() local
3177 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); in SetCodeEntryToFunctionFromMethod() local
3182 GateRef funcOffset = IntPtr(JSFunctionBase::CODE_ENTRY_OFFSET); in SetCodeEntryToFunctionFromFuncEntry() local
3183 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); in SetCodeEntryToFunctionFromFuncEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1396 intptr_t funcOffset = AsmInterpretedFrame::GetFunctionOffsetAsIntptr(false) - in ResumeRspAndReturnBaseline() local
1398 __ Movq(Operand(currentSp, static_cast<int32_t>(funcOffset)), temp); in ResumeRspAndReturnBaseline()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp84 size_t funcOffset = 0; in LLVMIRBuilder() local
86 funcName.c_str(), funcName.size(), dFile, funcOffset, in LLVMIRBuilder()

Completed in 25 milliseconds