Searched refs:WasmDebugInfo (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-debug.cc | 26 InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info); 39 InterpreterHandle(Isolate* isolate, WasmDebugInfo* debug_info) in InterpreterHandle() 56 WasmDebugInfo* debug_info) { in GetBytesEnv() 284 Isolate* isolate, Handle<WasmDebugInfo> debug_info) { in GetOrCreateInterpreterHandle() 285 Handle<Object> handle(debug_info->get(WasmDebugInfo::kInterpreterHandle), in GetOrCreateInterpreterHandle() 290 debug_info->set(WasmDebugInfo::kInterpreterHandle, *handle); in GetOrCreateInterpreterHandle() 296 InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle() 297 Object* handle_obj = debug_info->get(WasmDebugInfo::kInterpreterHandle); in GetInterpreterHandle() 302 InterpreterHandle* GetInterpreterHandleOrNull(WasmDebugInfo* debug_info) { in GetInterpreterHandleOrNull() 303 Object* handle_obj = debug_info->get(WasmDebugInfo::kInterpreterHandle); in GetInterpreterHandleOrNull() [all …]
|
D | wasm-objects.h | 22 class WasmDebugInfo; variable 127 DECLARE_OPTIONAL_ACCESSORS(debug_info, WasmDebugInfo); 135 static Handle<WasmDebugInfo> GetOrCreateDebugInfo( 409 class WasmDebugInfo : public FixedArray { 418 static Handle<WasmDebugInfo> New(Handle<WasmInstanceObject>); 421 static WasmDebugInfo* cast(Object*); 426 static void SetBreakpoint(Handle<WasmDebugInfo>, int func_index, int offset); 430 static void RedirectToInterpreter(Handle<WasmDebugInfo>, int func_index);
|
D | wasm-objects.cc | 401 WasmDebugInfo) in DEFINE_OBJ_ACCESSORS() 411 Handle<WasmDebugInfo> WasmInstanceObject::GetOrCreateDebugInfo( in GetOrCreateDebugInfo() 414 Handle<WasmDebugInfo> new_info = WasmDebugInfo::New(instance); in GetOrCreateDebugInfo() 712 Handle<WasmDebugInfo> debug_info = in SetBreakpointsOnNewInstance() 735 WasmDebugInfo::SetBreakpoint(debug_info, func_index, offset_in_func); in SetBreakpointsOnNewInstance() 1136 Handle<WasmDebugInfo> debug_info = in SetBreakPoint() 1138 WasmDebugInfo::SetBreakpoint(debug_info, func_index, offset_in_func); in SetBreakPoint()
|
D | wasm-module.h | 24 class WasmDebugInfo; variable 352 Handle<WasmDebugInfo> GetDebugInfo(Handle<JSObject> wasm);
|
/external/v8/tools/memory/lsan/ |
D | suppressions.txt | 8 leak:v8::internal::WasmDebugInfo::SetBreakpoint
|