Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h123 size_t SearchNativeMethodIndex(void *nativePointer);
Dsnapshot_processor.cpp1705 index = SearchNativeMethodIndex(nativePointer); in NativePointerToEncodeBit()
1714 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex() function in panda::ecmascript::SnapshotProcessor