Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp96 auto stubs = info->GetStubs(); in LoadStubFile() local
97 InitializeStubEntries(stubs); in LoadStubFile()
429 const std::vector<AOTFileInfo::FuncEntryDes> &stubs, in AdjustBCStubAndDebuggerStubEntries()
432 auto defaultBCStubDes = stubs[BytecodeStubCSigns::SingleStepDebugging]; in AdjustBCStubAndDebuggerStubEntries()
433 auto defaultBCDebuggerStubDes = stubs[BytecodeStubCSigns::BCDebuggerEntry]; in AdjustBCStubAndDebuggerStubEntries()
434 auto defaultBCDebuggerExceptionStubDes = stubs[BytecodeStubCSigns::BCDebuggerExceptionEntry]; in AdjustBCStubAndDebuggerStubEntries()
441 thread->SetBCStubEntry(BytecodeStubCSigns::ID_##name, stubs[BytecodeStubCSigns::ID_##name].codeAddr_); in AdjustBCStubAndDebuggerStubEntries()
454 void AOTFileManager::InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes> &stubs) in InitializeStubEntries() argument
457 size_t len = stubs.size(); in InitializeStubEntries()
459 auto des = stubs[ in InitializeStubEntries()
428 AdjustBCStubAndDebuggerStubEntries(JSThread *thread, const std::vector<AOTFileInfo::FuncEntryDes> &stubs, const AsmInterParsedOption &asmInterOpt) AdjustBCStubAndDebuggerStubEntries() argument
[all...]
H A Daot_file_manager.h210 void InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes>& stubs);
212 const std::vector<AOTFileInfo::FuncEntryDes> &stubs,
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp18 #include <ecmascript/stubs/runtime_stubs.h>
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp16 #include <ecmascript/stubs/runtime_stubs.h>

Completed in 6 milliseconds