Home
last modified time | relevance | path

Searched defs:thisOffset (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h63 GateRef thisOffset = IntPtr(EcmaRuntimeCallInfo::GetThisOffset(GetEnvironment()->IsArch32Bit())); in GetThis() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp720 int64_t thisOffset = static_cast<int64_t>(AsmInterpretedFrame::GetThisOffset(false)) in ResumeRspAndDispatch() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1369 intptr_t thisOffset = static_cast<intptr_t>(AsmInterpretedFrame::GetThisOffset(false)) - in ResumeRspAndReturnBaseline() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp907 GateRef thisOffset = builder_.IntPtr(GeneratorContext::GENERATOR_THIS_OFFSET); in SaveFrameToContext() local
909 builder_.Store(VariableType::JS_ANY(), glue_, context, thisOffset, thisObj); in SaveFrameToContext() local

Completed in 18 milliseconds