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

/external/v8/src/
H A Dprofile-generator.cc1914 TagObject(js_fun->literals_or_bindings(),
1923 TagObject(js_fun->unchecked_context(), "(context)");
1933 TagObject(js_obj->properties(), "(object properties)");
1937 TagObject(js_obj->elements(), "(object elements)");
1954 TagObject(context->jsfunction_result_caches(),
1956 TagObject(context->normalized_map_cache(), "(context norm. map cache)");
1957 TagObject(context->runtime_context(), "(runtime context)");
1958 TagObject(context->data(), "(context data)");
1974 TagObject(map->instance_descriptors(), "(map descriptors)");
1980 TagObject(ma
2562 void V8HeapExplorer::TagObject(Object* obj, const char* tag) { function in class:v8::internal::V8HeapExplorer
[all...]
H A Dprofile-generator.h993 void TagObject(Object* obj, const char* tag);

Completed in 49 milliseconds