Home
last modified time | relevance | path

Searched refs:IsDebugInfo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-debug.cc98 bool WasmDebugInfo::IsDebugInfo(Object *object) { in IsDebugInfo() function in WasmDebugInfo
107 DCHECK(IsDebugInfo(object)); in cast()
Dwasm-objects.h274 static bool IsDebugInfo(Object* object);
/external/v8/src/
Dobjects-debug.cc1210 CHECK(IsDebugInfo()); in DebugInfoVerify()