Home
last modified time | relevance | path

Searched refs:WasmDebugInfo (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc26 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 …]
Dwasm-objects.h22 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);
Dwasm-objects.cc401 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()
Dwasm-module.h24 class WasmDebugInfo; variable
352 Handle<WasmDebugInfo> GetDebugInfo(Handle<JSObject> wasm);
/external/v8/tools/memory/lsan/
Dsuppressions.txt8 leak:v8::internal::WasmDebugInfo::SetBreakpoint