Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp317 void JSDebugger::MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
H A Ddropframe_manager.cpp72 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
155 JSHandle<JSTaggedValue> envHandle; in DropLastFrame() local
206 JSHandle<JSTaggedValue> envHandle = globalHandleCollection.NewHandle<JSTaggedValue>(env.GetRawData()); in EmplaceLexModifyRecord() local
99 AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint16_t &newEnvCount, std::set<std::pair<uint16_t, uint16_t>> &modifiedLexVarPos, JSHandle<JSTaggedValue> envHandle) AddLexPropertiesToRecord() argument
232 JSHandle<JSTaggedValue> envHandle = std::get<0>(item); RemoveLexModifyRecordOfTopFrame() local
255 JSHandle<JSTaggedValue> envHandle; MergeLexModifyRecordOfTopFrame() local
[all...]
H A Djs_debugger_manager.h189 void MethodEntry(JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Djs_debugger_test.cpp117 JSHandle<JSTaggedValue> envHandle; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp302 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1518 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
1548 GateRef envHandle = GetEnvFromFrame(frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4849 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
4902 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5488 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
5517 GateRef envHandle = GetEnvFromFrame(frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1816 JSMutableHandle<JSTaggedValue> envHandle = JSMutableHandle<JSTaggedValue>( in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp4974 JSTaggedValue envHandle = state->env; in RunInternal() local
4997 JSTaggedValue envHandle = state->env; in RunInternal() local

Completed in 43 milliseconds