Searched refs:DebugInfoImpl (Results 1 – 3 of 3) sorted by relevance
74 return new DebugInfoImpl(dexFile, debugInfoOffset, methodImpl); in newOrEmpty()95 private static class DebugInfoImpl extends DebugInfo { class in DebugInfo100 public DebugInfoImpl(@Nonnull DexBackedDexFile dexFile, in DebugInfoImpl() method in DebugInfo.DebugInfoImpl
31 class DebugInfoImpl; variable190 std::unique_ptr<DebugInfoImpl> impl_;
246 class DebugInfoImpl { class248 explicit DebugInfoImpl(NativeModule* native_module) in DebugInfoImpl() function in v8::internal::wasm::DebugInfoImpl251 DebugInfoImpl(const DebugInfoImpl&) = delete;252 DebugInfoImpl& operator=(const DebugInfoImpl&) = delete;619 FrameInspectionScope(DebugInfoImpl* debug_info, Address pc) in FrameInspectionScope()839 : impl_(std::make_unique<DebugInfoImpl>(native_module)) {} in DebugInfo()