Home
last modified time | relevance | path

Searched defs:lexEnv (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DenvScope.cpp33 void EnvScope::Initialize(PandaGen *pg, VReg lexEnv) in Initialize()
DregScope.cpp124 VReg lexEnv = pg->AllocReg(); in FunctionRegScope() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp70 auto lexEnv = GetGraph()->CreateInstLoadLexicalEnv(DataType::ANY, INVALID_PC, thisFunc); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1616 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
2284 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
2295 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
2821 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: Get current env in LowerDefineFunc() local
Dcommon_stubs.cpp70 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
Dinterpreter_stub.cpp4937 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4961 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
5692 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dtyped_hcr_lowering.cpp3006 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
Dnew_object_stub_builder.cpp1089 …Builder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1582 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
1607 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
5610 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local