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

/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc1082 TagObject(js_fun->bound_arguments(), "(bound arguments)");
1115 TagObject(js_fun->feedback_vector_cell(),
1120 TagObject(shared_info, "(shared function info)");
1124 TagObject(js_fun->context(), "(context)");
1150 TagObject(js_obj->properties(), "(object properties)");
1154 TagObject(js_obj->elements(), "(object elements)");
1238 TagObject(context->normalized_map_cache(), "(context norm. map cache)");
1239 TagObject(context->embedder_data(), "(context data)");
1263 TagObject(transitions->GetPrototypeTransitions(),
1267 TagObject(transition
2127 void V8HeapExplorer::TagObject(Object* obj, const char* tag) { function in class:v8::internal::V8HeapExplorer
[all...]

Completed in 151 milliseconds