Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc1080 int entry, JSObject* js_obj) { in ExtractJSObjectReferences()
1552 void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) { in ExtractPropertyReferences()
1612 void V8HeapExplorer::ExtractAccessorPairProperty(JSObject* js_obj, int entry, in ExtractAccessorPairProperty()
1630 void V8HeapExplorer::ExtractElementReferences(JSObject* js_obj, int entry) { in ExtractElementReferences()
1657 void V8HeapExplorer::ExtractInternalReferences(JSObject* js_obj, int entry) { in ExtractInternalReferences()
/external/v8/src/
Djson-stringifier.cc522 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in SerializeJSObject() local
Dapi.cc8061 i::Handle<i::JSObject> js_obj = i::Handle<i::JSObject>::cast(obj); in GetStackTrace() local
/external/v8/src/runtime/
Druntime-object.cc151 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION() local
/external/v8/test/cctest/
Dtest-heap-profiler.cc1786 v8::Local<v8::Object> js_obj = js_global->Get(env.local(), v8_str("a")) in TEST() local
/external/v8/src/heap/
Dheap.cc3517 JSObject* js_obj = nullptr; in AllocateJSObjectFromMap() local