Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1762 uintptr_t curNativePc = frameHandler.GetBaselineNativePc(); in DEF_RUNTIME_STUBS() local
1763 ASSERT(curNativePc != 0); in DEF_RUNTIME_STUBS()
1765 reinterpret_cast<void*>(curNativePc); in DEF_RUNTIME_STUBS()
1768 curBytecodePcOfst = RuntimeGetBytecodePcOfstForBaseline(func, curNativePc); in DEF_RUNTIME_STUBS()

Completed in 16 milliseconds