Home
last modified time | relevance | path

Searched refs:DropframeManager (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp22 bool DropframeManager::IsNewlexenvOpcode(BytecodeInstruction::Opcode op) in IsNewlexenvOpcode()
36 bool DropframeManager::IsStlexvarOpcode(BytecodeInstruction::Opcode op) in IsStlexvarOpcode()
49 std::pair<uint16_t, uint16_t> DropframeManager::ReadStlexvarParams(const uint8_t *pc, BytecodeInstruction::Opcode op) in ReadStlexvarParams()
72 void DropframeManager::MethodEntry(JSThread *thread, JSHandle<Method> method, JSHandle<JSTaggedValue> envHandle) in MethodEntry()
99 void DropframeManager::AddLexPropertiesToRecord(JSThread *thread, BytecodeInstruction &bcIns, uint16_t &newEnvCount, in AddLexPropertiesToRecord()
133 void DropframeManager::MethodExit(JSThread *thread, [[maybe_unused]] JSHandle<Method> method) in MethodExit()
150 void DropframeManager::DropLastFrame(JSThread *thread) in DropLastFrame()
191 void DropframeManager::NewLexModifyRecordLevel() in NewLexModifyRecordLevel()
196 void DropframeManager::EmplaceLexModifyRecord(JSThread *thread, JSTaggedValue env, uint16_t slot, JSTaggedValue value) in EmplaceLexModifyRecord()
211 uint32_t DropframeManager
[all...]
H A Ddropframe_manager.h31 class DropframeManager { class
33 DropframeManager() = default;
34 ~DropframeManager() = default;
35 NO_COPY_SEMANTIC(DropframeManager);
36 NO_MOVE_SEMANTIC(DropframeManager);
H A Djs_debugger_manager.h272 DropframeManager dropframeManager_ { };
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Ddropframe_manager_test.cpp71 DropframeManager manager;

Completed in 2 milliseconds