Home
last modified time | relevance | path

Searched defs:currentEnv (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp492 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
501 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
563 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
609 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
656 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
666 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
677 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
686 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
695 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
705 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
[all …]
Dntype_bytecode_lowering.cpp160 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerLdLexVar() local
183 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStLexVar() local
Dnew_object_stub_builder.cpp190 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv, in CloneProperties()
296 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv) in CloneObjectLiteral()
411 …f NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv) in CreateObjectHavingMethod()
Dstub_builder-inl.h283 inline GateRef StubBuilder::CallRuntimeWithCurrentEnv(GateRef glue, GateRef currentEnv, in CallRuntimeWithCurrentEnv()
3702 inline void StubBuilder::SetGlueGlobalEnvFromCurrentEnv(GateRef glue, GateRef currentEnv) in SetGlueGlobalEnvFromCurrentEnv()
Dslowpath_lowering.cpp2604 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local
Dstub_builder.cpp12689 GateRef currentEnv = GetCurrentGlobalEnv(); in GetElementsKindHClass() local
13350 GateRef StubBuilder::GetCurrentGlobalEnv(GateRef glue, GateRef currentEnv) in GetCurrentGlobalEnv()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h279 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in NewLexicalEnv() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1530 JSTaggedValue JSThread::GetCurrentGlobalEnv(JSTaggedValue currentEnv) in GetCurrentGlobalEnv()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2276 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in RuntimeNewLexicalEnv() local
2843 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in RuntimeNewLexicalEnvWithName() local
2915 JSHandle<JSTaggedValue> &currentEnv, in RuntimeOptNewLexicalEnvWithName()
Druntime_stubs.cpp2874 …JSHandle<JSTaggedValue> currentEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2226 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp876 GateRef currentEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local
896 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local