Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlexical_env_test.cpp29 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
H A Djs_function_test.cpp52 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2031 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 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
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 Dcircuit_builder.cpp1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
H A Dslowpath_lowering.cpp2750 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 Dstub_builder-inl.h3017 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 Ddebugger_api.cpp362 LexicalEnv *lexicalEnv = LexicalEnv::Cast(curEnv.GetTaggedObject()); in GetLevelSlot() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1254 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 Dinterpreter-inl.cpp4580 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 Ddebugger_impl.cpp1829 LexicalEnv *lexicalEnv = LexicalEnv::Cast(currentEnv.GetTaggedObject()); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1531 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 Druntime_stubs.cpp1962 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 Dbuiltins.cpp2186 JSHandle<LexicalEnv> lexicalEnv = factory_->NewLexicalEnv(0); in InitializeArray() local

Completed in 80 milliseconds