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.cpp1773 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
2571 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
2582 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
3077 GateRef lexEnv, GateRef slotId) in OptimizeDefineFuncForJit()
3163 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: Get current env in LowerDefineFunc() local
Dnew_object_stub_builder.cpp1178 …Builder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction()
1241 GateRef lexEnv, GateRef module) in DefineMethod()
1252 … GateRef length, GateRef lexEnv, Variable *result, Label *success, in NewJSFunctionForJit()
Dcommon_stubs.cpp78 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
Dtyped_hcr_lowering.cpp3276 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
Dinterpreter_stub.cpp6066 GateRef lexEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1583 GateRef lexEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
1608 GateRef lexEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
5628 GateRef lexEnv = GetEnvFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local