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.cpp1619 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
2224 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
2235 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
2737 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: Get current env in LowerDefineFunc() local
Dcommon_stubs.cpp74 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
Dinterpreter_stub.cpp4965 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4985 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
5712 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dnew_object_stub_builder.cpp1098 …Builder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction()
Dtyped_hcr_lowering.cpp3318 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1572 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
1597 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
5616 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local