Home | History | Annotate | Download | only in src

Lines Matching refs:TagObject

1914       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(map->prototype_transitions(), "(prototype transitions)");
1998 TagObject(shared->scope_info(), "(function scope info)");
2025 TagObject(script->line_ends(), "(script line ends)");
2031 TagObject(code_cache->default_cache(), "(default code cache)");
2035 TagObject(code_cache->normal_type_cache(), "(code type cache)");
2041 TagObject(code->unchecked_relocation_info(), "(code relocation info)");
2042 TagObject(code->unchecked_deoptimization_data(), "(code deopt data)");
2562 void V8HeapExplorer::TagObject(Object* obj, const char* tag) {