| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | lexical_env_test.cpp | 29 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
|
| D | js_function_test.cpp | 52 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | BodyBuilder.ts | 119 let lexicalEnv = new LexicalEnvType(nestedSignature, usedClosures); variable 445 const lexicalEnv = closuresLocal.getType(); constant 464 const lexicalEnv = closuresLocal.getType(); constant 555 const lexicalEnv = closuresParam.getType(); constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_job_test.cpp | 100 JSHandle<LexicalEnv> lexicalEnv(JSNApiHelper::ToJSHandle(contextValue)); in HWTEST_F_L0() local 159 JSHandle<LexicalEnv> lexicalEnv(JSNApiHelper::ToJSHandle(contextValue)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1122 JSHandle<JSTaggedValue> lexicalEnv(thread, lexenv); in ResolveClass() local 1262 JSTaggedValue SlowRuntimeStub::CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in CreatePrivateProperty() 1269 JSTaggedValue SlowRuntimeStub::DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in DefinePrivateProperty() 1276 JSTaggedValue SlowRuntimeStub::LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in LdPrivateProperty() 1284 JSTaggedValue SlowRuntimeStub::StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in StPrivateProperty() 1292 JSTaggedValue SlowRuntimeStub::TestIn(JSThread *thread, JSTaggedValue lexicalEnv, in TestIn()
|
| D | interpreter-inl.cpp | 4590 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 4602 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 4619 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 7601 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local 7617 JSTaggedValue lexicalEnv = GET_FRAME(sp)->env; in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.cpp | 595 GateRef lexicalEnv = GetFunctionLexicalEnv(glue_, func_); in JSCallNativeInner() local 616 GateRef lexicalEnv = GetFunctionLexicalEnv(glue_, func_); in JSCallNativeInner() local
|
| D | slowpath_lowering.cpp | 165 GateRef lexicalEnv = acc_.GetValueIn(gate, 0); in TryLowerGetGlobalEnvCache() local 171 …GateRef lexicalEnv = builder_.Load(VariableType::JS_ANY(), glue_, jsFunc, envOffset, acc_.GetDep(g… in TryLowerGetGlobalEnvCache() local 3055 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); // 4: Get current env in LowerDefineClassWithBuffer() local 3900 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerLdPrivateProperty() local 3917 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); in LowerStPrivateProperty() local 3933 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerTestIn() local 4009 GateRef lexicalEnv = acc_.GetValueIn(gate, 2); in LowerCreatePrivateProperty() local 4026 GateRef lexicalEnv = acc_.GetValueIn(gate, 3); in LowerDefinePrivateProperty() local 4055 GateRef lexicalEnv = acc_.GetValueIn(gate, 1); in LowerLdSendableClass() local
|
| D | frame_states.cpp | 456 GateRef lexicalEnv = Circuit::NullGate(); in InitEntryBB() local
|
| D | circuit_builder.cpp | 1268 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelIndex, … in GetKeyFromLexivalEnv()
|
| D | stub_builder-inl.h | 3401 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelInd… in GetKeyFromLexivalEnv() 3464 inline void StubBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef object, GateRef lexicalEnv, in SetLexicalEnvToFunction()
|
| D | interpreter_stub.cpp | 4434 GateRef lexicalEnv = GetVregValue(glue, sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 166 GateRef lexicalEnv = GetFunctionLexicalEnv(glue, func); in GetGlobalEnvFromFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1588 JSTaggedValue RuntimeStubs::RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeLdPrivateProperty() 1618 JSTaggedValue RuntimeStubs::RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeStPrivateProperty() 1652 JSTaggedValue RuntimeStubs::RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeTestIn() 3373 JSTaggedValue RuntimeStubs::RuntimeCreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeCreatePrivateProperty() 3450 JSTaggedValue RuntimeStubs::RuntimeDefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in RuntimeDefinePrivateProperty()
|
| D | runtime_stubs.cpp | 2110 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2120 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2131 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 3120 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 3131 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 403 LexicalEnv *lexicalEnv = LexicalEnv::Cast(curEnv.GetTaggedObject()); in GetLevelSlot() local 1341 JSTaggedValue lexicalEnv; in GetCurrentGlobalEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 2043 GateRef lexicalEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 2085 GateRef lexicalEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 3557 …GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, EN… in GenerateCircuit() local 3575 GateRef lexicalEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 3589 GateRef lexicalEnv = TaggedPointerArgument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, ENV)); in GenerateCircuit() local 4763 GateRef lexicalEnv = GetVregValue(glue, sp, ZExtInt32ToPtr(vRegId0)); in GenerateCircuit() local 5529 GateRef lexicalEnv = GetEnvFromFrame(glue, frame); in GenerateCircuit() local 5548 GateRef lexicalEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2237 LexicalEnv *lexicalEnv = LexicalEnv::Cast(currentEnv.GetTaggedObject()); in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 937 Register lexicalEnv = __ TempRegister(); in CallNativeEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 1834 Register lexicalEnv = temp; in CallNativeEntry() local
|