Home
last modified time | relevance | path

Searched defs:funcOffset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp897 … int64_t funcOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false)) - in ResumeRspAndReturnBaseline() local
1004 int64_t funcOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false)) in ResumeRspAndRollback() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3560 GateRef funcOffset = IntPtr(JSFunctionBase::CODE_ENTRY_OFFSET); in SetCodeEntryToFunctionFromMethod() local
3566 GateRef funcOffset = IntPtr(JSFunctionBase::CODE_ENTRY_OFFSET); in SetCodeEntryToFunctionFromFuncEntry() local
3574 GateRef funcOffset = IntPtr(JSFunctionBase::CODE_ENTRY_OFFSET); in SetNativePointerToFunctionFromMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1324 intptr_t funcOffset = AsmInterpretedFrame::GetFunctionOffsetAsIntptr(false) - in ResumeRspAndReturnBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp75 size_t funcOffset = 0; in LLVMIRBuilder() local