Home
last modified time | relevance | path

Searched defs:lexEnv (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1478 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
1950 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
1961 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
Dinterpreter_stub.cpp4161 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4186 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1286 LexicalEnv *lexEnv = LexicalEnv::Cast(env.GetTaggedObject()); in GetClosureVariables() local