| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | lexical_env_test.cpp | 29 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
|
| H A D | js_function_test.cpp | 52 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 2031 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local 2073 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local 3529 GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, ENV)); in GenerateCircuit() local 3547 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local 3561 GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, ENV)); in GenerateCircuit() local 4730 GateRef lexicalEnv = GetVregValue(sp, ZExtInt32ToPtr(vRegId0)); GenerateCircuit() local 5491 GateRef lexicalEnv = GetEnvFromFrame(frame); GenerateCircuit() local 5510 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 798 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 811 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 825 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 4096 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 4133 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 4170 GateRef lexicalEnv = GetVregValue(sp, ZExtInt8ToPtr(v0)); DECLARE_ASM_HANDLER() local 5600 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); DECLARE_ASM_HANDLER() local 5612 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); DECLARE_ASM_HANDLER() local [all...] |
| H A D | circuit_builder.cpp | 1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
|
| H A D | slowpath_lowering.cpp | 2750 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); // 4: Get current env in LowerDefineClassWithBuffer() local 3654 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerLdPrivateProperty() local 3671 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); in LowerStPrivateProperty() local 3687 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerTestIn() local 3767 GateRef lexicalEnv = acc_.GetValueIn(gate, 2); in LowerCreatePrivateProperty() local 3784 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); LowerDefinePrivateProperty() local 3812 GateRef lexicalEnv = acc_.GetValueIn(gate, 1); LowerLdSendableClass() local [all...] |
| H A D | stub_builder-inl.h | 3017 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument 3079 inline void StubBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef object, GateRef lexicalEnv, in SetLexicalEnvToFunction() argument 3083 Store(VariableType::JS_ANY(), glue, object, offset, lexicalEnv, mAttr); in SetLexicalEnvToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 362 LexicalEnv *lexicalEnv = LexicalEnv::Cast(curEnv.GetTaggedObject()); in GetLevelSlot() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1254 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() argument 1261 JSTaggedValue SlowRuntimeStub::DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in DefinePrivateProperty() argument 1268 JSTaggedValue SlowRuntimeStub::LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in LdPrivateProperty() argument 1276 JSTaggedValue SlowRuntimeStub::StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in StPrivateProperty() argument 1284 TestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) TestIn() argument [all...] |
| H A D | interpreter-inl.cpp | 4580 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 4592 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 4609 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 7544 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 7560 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1829 LexicalEnv *lexicalEnv = LexicalEnv::Cast(currentEnv.GetTaggedObject()); in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1531 JSTaggedValue RuntimeStubs::RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeLdPrivateProperty() argument 1562 JSTaggedValue RuntimeStubs::RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeStPrivateProperty() argument 1596 JSTaggedValue RuntimeStubs::RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeTestIn() argument [all...] |
| H A D | runtime_stubs.cpp | 1962 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1972 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1983 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2985 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2996 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins.cpp | 2186 JSHandle<LexicalEnv> lexicalEnv = factory_->NewLexicalEnv(0); in InitializeArray() local
|