Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp282 thread->SetFastStubEntry(des.indexInKindOrMethodId_, des.codeAddr_); in InitializeStubEntries()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h355 void SetFastStubEntry(size_t id, Address entry) in SetFastStubEntry() function