Home
last modified time | relevance | path

Searched defs:lexEnv (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp33 void EnvScope::Initialize(PandaGen *pg, VReg lexEnv) in Initialize() argument
H A DregScope.cpp124 VReg lexEnv = pg->AllocReg(); in FunctionRegScope() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp74 GateRef lexEnv = TaggedArgument(4); // 4: 5th argument in GenerateCircuit() local
H A Dinterpreter_stub.cpp4925 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 Dnew_object_stub_builder.cpp1043 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, in NewJSFunction() argument
H A Dslowpath_lowering.cpp1621 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 Dtyped_hcr_lowering.cpp3321 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: lexenv in LowerTypedCreateObjWithBuffer() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp70 auto lexEnv = GetGraph()->CreateInstLoadLexicalEnv(DataType::ANY, INVALID_PC, thisFunc); in InitEnv() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1572 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