Searched defs:TagObject (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc1142 TagObject(js_fun->literals_or_bindings(),
1148 TagObject(shared_info, "(shared function info)");
1152 TagObject(js_fun->context(), "(context)");
1186 TagObject(js_obj->properties(), "(object properties)");
1190 TagObject(js_obj->elements(), "(object elements)");
1271 TagObject(context->jsfunction_result_caches(),
1273 TagObject(context->normalized_map_cache(), "(context norm. map cache)");
1274 TagObject(context->runtime_context(), "(runtime context)");
1275 TagObject(context->embedder_data(), "(context data)");
1298 TagObject(back_pointe
2174 void V8HeapExplorer::TagObject(Object* obj, const char* tag) { function in class:v8::internal::V8HeapExplorer
[all...]

Completed in 55 milliseconds