Searched refs:LookupNativeModule (Results 1 – 3 of 3) sorted by relevance
444 NativeModule* LookupNativeModule(Address pc) const;
998 NativeModule* WasmCodeManager::LookupNativeModule(Address pc) const { in LookupNativeModule() function in v8::internal::wasm::WasmCodeManager1014 NativeModule* candidate = LookupNativeModule(pc); in LookupCode()
2827 NativeModule* native_module = code_manager->LookupNativeModule(target); in GetTargetCode()