Searched defs:lexEnv (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | envScope.cpp | 33 void EnvScope::Initialize(PandaGen *pg, VReg lexEnv) in Initialize()
|
| D | regScope.cpp | 124 VReg lexEnv = pg->AllocReg(); in FunctionRegScope() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 70 auto lexEnv = GetGraph()->CreateInstLoadLexicalEnv(DataType::ANY, INVALID_PC, thisFunc); in InitEnv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1619 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
|
| D | common_stubs.cpp | 74 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
|
| D | interpreter_stub.cpp | 4965 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
|
| D | new_object_stub_builder.cpp | 1098 …Builder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction()
|
| D | typed_hcr_lowering.cpp | 3318 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1572 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
|