Searched defs:lexEnv (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | envScope.cpp | 33 void EnvScope::Initialize(PandaGen *pg, VReg lexEnv) in Initialize() argument
|
H A D | regScope.cpp | 124 VReg lexEnv = pg->AllocReg(); in FunctionRegScope() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stubs.cpp | 74 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
|
H A D | interpreter_stub.cpp | 4925 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 4945 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local 5672 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER() local
|
H A D | new_object_stub_builder.cpp | 1043 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv,
in NewJSFunction() argument
|
H A D | slowpath_lowering.cpp | 1621 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local 2281 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local 2292 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local 2794 GateRef lexEnv in LowerDefineFunc() local [all...] |
H A D | typed_hcr_lowering.cpp | 3321 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.cpp | 70 auto lexEnv = GetGraph()->CreateInstLoadLexicalEnv(DataType::ANY, INVALID_PC, thisFunc); in InitEnv() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1572 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local 1597 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local 5590 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in GenerateCircuit() local
|
Completed in 45 milliseconds