Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp688 … GateRef lexEnv = Load(VariableType::JS_POINTER(), method, IntPtr(JSFunction::LEXICAL_ENV_OFFSET)); in GenerateCircuit() local
Dslowpath_lowering.cpp1915 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local
2416 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local
2431 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local
Dllvm_ir_builder.cpp2061 LLVMTypeRef lexEnv = NewLType(MachineType::I64, GateType::TaggedValue()); in AddFunc() local
Dinterpreter_stub.cpp4115 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4140 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dstub_builder.cpp4675 GateRef lexEnv = env_->GetBuilder()->GetFunctionLexicalEnv(func); in JSCallDispatch() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1099 LexicalEnv *lexEnv = LexicalEnv::Cast(env.GetTaggedObject()); in GetLocalVariables() local