Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp157 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerLdLexVar() local
180 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStLexVar() local
Dnew_object_stub_builder.cpp148 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv, in CloneProperties()
254 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv) in CloneObjectLiteral()
368 …f NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv) in CreateObjectHavingMethod()
Dinterpreter_stub.cpp4607 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4620 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2257 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1819 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp875 GateRef currentEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
894 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local