Searched defs:currentEnv (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ntype_bytecode_lowering.cpp | 157 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
|
| H A D | interpreter_stub.cpp | 4567 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); DECLARE_ASM_HANDLER() local 4580 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); DECLARE_ASM_HANDLER() local [all...] |
| H A D | new_object_stub_builder.cpp | 148 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv,
in CloneProperties() argument 254 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv)
in CloneObjectLiteral() argument 368 GateRef NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef currentEnv)
in CreateObjectHavingMethod() argument
|
| H A D | slowpath_lowering.cpp | 2314 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local 2700 builder_.SetValueToTaggedArray(VariableType::JS_ANY(), glue_, *currentEnv, valueIndex, value); LowerStLexVar() local 2737 builder_.SetValueToTaggedArray(VariableType::JS_ANY(), glue_, *currentEnv, valueIndex, value); LowerStSendableVar() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 875 GateRef currentEnv = GetEnvFromFrame(frame); in GenerateCircuit() local 894 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1819 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local [all...] |
Completed in 31 milliseconds