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 | 1773 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
|
| D | new_object_stub_builder.cpp | 1178 …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()
|
| D | common_stubs.cpp | 78 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
|
| D | typed_hcr_lowering.cpp | 3276 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
|
| D | interpreter_stub.cpp | 6066 GateRef lexEnv = GetEnvFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1583 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
|