Home
last modified time | relevance | path

Searched refs:SetBCDebugStubEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp268 thread->SetBCDebugStubEntry(i, defaultBCDebuggerExceptionStubDes.codeAddr_); in AdjustBCStubAndDebuggerStubEntries()
271 thread->SetBCDebugStubEntry(i, defaultBCDebuggerStubDes.codeAddr_); in AdjustBCStubAndDebuggerStubEntries()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h380 void SetBCDebugStubEntry(size_t id, Address entry) in SetBCDebugStubEntry() function