| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 492 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 …]
|
| D | ntype_bytecode_lowering.cpp | 160 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
|
| D | new_object_stub_builder.cpp | 190 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()
|
| D | stub_builder-inl.h | 283 inline GateRef StubBuilder::CallRuntimeWithCurrentEnv(GateRef glue, GateRef currentEnv, in CallRuntimeWithCurrentEnv() 3702 inline void StubBuilder::SetGlueGlobalEnvFromCurrentEnv(GateRef glue, GateRef currentEnv) in SetGlueGlobalEnvFromCurrentEnv()
|
| D | slowpath_lowering.cpp | 2604 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local
|
| D | stub_builder.cpp | 12689 GateRef currentEnv = GetCurrentGlobalEnv(); in GetElementsKindHClass() local 13350 GateRef StubBuilder::GetCurrentGlobalEnv(GateRef glue, GateRef currentEnv) in GetCurrentGlobalEnv()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 279 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in NewLexicalEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 1530 JSTaggedValue JSThread::GetCurrentGlobalEnv(JSTaggedValue currentEnv) in GetCurrentGlobalEnv()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2276 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in RuntimeNewLexicalEnv() local 2843 JSTaggedValue currentEnv = thread->GetCurrentLexenv(); in RuntimeNewLexicalEnvWithName() local 2915 JSHandle<JSTaggedValue> ¤tEnv, in RuntimeOptNewLexicalEnvWithName()
|
| D | runtime_stubs.cpp | 2874 …JSHandle<JSTaggedValue> currentEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2226 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 876 GateRef currentEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 896 GateRef currentEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
|