Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_thread.h193 void SetFastStubEntry(uint32_t id, Address entry) in SetFastStubEntry() function
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp1095 …thread->SetFastStubEntry(FAST_STUB_ID(GetPropertyByIndex), reinterpret_cast<uintptr_t>(getproperty… in HWTEST_F_L0()
1096 …thread->SetFastStubEntry(FAST_STUB_ID(GetPropertyByName), reinterpret_cast<uintptr_t>(getPropertyB… in HWTEST_F_L0()