Home
last modified time | relevance | path

Searched defs:funcOffset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1396 intptr_t funcOffset = AsmInterpretedFrame::GetFunctionOffsetAsIntptr(false) - in ResumeRspAndReturnBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp84 size_t funcOffset = 0; in LLVMIRBuilder() local
/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

Completed in 23 milliseconds