Home
last modified time | relevance | path

Searched defs:lexEnv (Results 1 – 7 of 7) 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.h98 auto lexEnv = GetGraph()->CreateInstLoadLexicalEnv(DataType::ANY, INVALID_PC, thisFunc); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1560 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
1978 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
1989 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
2375 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current env in LowerDefineFunc() local
Dnew_object_stub_builder.cpp544 …Builder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction()
Dinterpreter_stub.cpp4411 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4430 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
5135 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dtyped_hcr_lowering.cpp3027 GateRef lexEnv = acc_.GetValueIn(gate, 4); // 4: lexenv in LowerTypedCreateObjWithBuffer() local