Home
last modified time | relevance | path

Searched defs:js_obj (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc948 int entry, JSObject* js_obj) { in ExtractJSObjectReferences()
1431 void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) { in ExtractPropertyReferences()
1493 void V8HeapExplorer::ExtractAccessorPairProperty(JSObject* js_obj, int entry, in ExtractAccessorPairProperty()
1511 void V8HeapExplorer::ExtractElementReferences(JSObject* js_obj, int entry) { in ExtractElementReferences()
1538 void V8HeapExplorer::ExtractInternalReferences(JSObject* js_obj, int entry) { in ExtractInternalReferences()
/external/v8/src/
Djson-stringifier.cc644 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in SerializeJSObject() local
Dapi.cc9093 i::Handle<i::JSObject> js_obj = i::Handle<i::JSObject>::cast(obj); in GetStackTrace() local
/external/v8/src/runtime/
Druntime-object.cc327 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION() local
/external/v8/src/heap/
Dfactory.cc2894 Handle<JSObject> js_obj(JSObject::cast(obj), isolate()); in NewJSObjectFromMap() local