Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc282 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in getObjectByHeapObjectId() local
283 if (heapObject.IsEmpty()) in getObjectByHeapObjectId()
286 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in getObjectByHeapObjectId()
289 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
302 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in addInspectedHeapObject() local
303 if (heapObject.IsEmpty()) in addInspectedHeapObject()
306 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in addInspectedHeapObject()
/external/v8/src/builtins/
Dwasm.tq342 const heapObject: HeapObject =
345 Cast<JSReceiver>(heapObject) otherwise NotFound;
Darray-splice.tq144 const heapObject: HeapObject = UnsafeCast<HeapObject>(e);
145 elementsKind = IsHeapNumber(heapObject) ?