Home
last modified time | relevance | path

Searched defs:lexicalEnv (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlexical_env_test.cpp29 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
Djs_function_test.cpp52 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1106 JSHandle<JSTaggedValue> lexicalEnv(thread, lexenv); in ResolveClass() local
1246 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty()
1253 JSTaggedValue SlowRuntimeStub::DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in DefinePrivateProperty()
1260 JSTaggedValue SlowRuntimeStub::LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in LdPrivateProperty()
1268 JSTaggedValue SlowRuntimeStub::StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in StPrivateProperty()
1276 JSTaggedValue SlowRuntimeStub::TestIn(JSThread *thread, JSTaggedValue lexicalEnv, in TestIn()
Dinterpreter-inl.cpp4549 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
4561 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
4578 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
7460 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
7476 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2693 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); // 4: Get current env in LowerDefineClassWithBuffer() local
3616 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerLdPrivateProperty() local
3633 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); in LowerStPrivateProperty() local
3649 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerTestIn() local
3729 GateRef lexicalEnv = acc_.GetValueIn(gate, 2); in LowerCreatePrivateProperty() local
3746 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerDefinePrivateProperty() local
3774 GateRef lexicalEnv = acc_.GetValueIn(gate, 1); in LowerLdSendableClass() local
Dinterpreter_stub.cpp798 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
4136 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4173 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4210 GateRef lexicalEnv = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
5640 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
5652 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dcircuit_builder.cpp1061 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIn… in GetKeyFromLexivalEnv()
Dstub_builder-inl.h2973 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef sl… in GetKeyFromLexivalEnv()
3035 inline void StubBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef object, GateRef lexicalEnv, in SetLexicalEnvToFunction()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1508 JSTaggedValue RuntimeStubs::RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeLdPrivateProperty()
1539 JSTaggedValue RuntimeStubs::RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeStPrivateProperty()
1573 JSTaggedValue RuntimeStubs::RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeTestIn()
3188 JSTaggedValue RuntimeStubs::RuntimeCreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeCreatePrivateProperty()
3265 JSTaggedValue RuntimeStubs::RuntimeDefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeDefinePrivateProperty()
Druntime_stubs.cpp1985 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1995 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2006 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2963 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
2974 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp2018 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
2060 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
3555 …GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, EN… in GenerateCircuit() local
3573 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
3587 GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, ENV)); in GenerateCircuit() local
4756 GateRef lexicalEnv = GetVregValue(sp, ZExtInt32ToPtr(vRegId0)); in GenerateCircuit() local
5517 GateRef lexicalEnv = GetEnvFromFrame(frame); in GenerateCircuit() local
5536 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1829 LexicalEnv *lexicalEnv = LexicalEnv::Cast(currentEnv.GetTaggedObject()); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp362 LexicalEnv *lexicalEnv = LexicalEnv::Cast(curEnv.GetTaggedObject()); in GetLevelSlot() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2048 JSHandle<LexicalEnv> lexicalEnv = factory_->NewLexicalEnv(0); in InitializeRegExp() local
2189 JSHandle<LexicalEnv> lexicalEnv = factory_->NewLexicalEnv(0); in InitializeArray() local