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.cpp155 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerLdLexVar() local
178 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStLexVar() local
Dnew_object_stub_builder.cpp172 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv, in CloneProperties()
278 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv) in CloneObjectLiteral()
392 …f NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv) in CreateObjectHavingMethod()
Dinterpreter_stub.cpp4561 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4583 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2317 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1964 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp873 GateRef currentEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
893 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local