Home
last modified time | relevance | path

Searched refs:TagBuiltinCodeObject (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h361 void TagBuiltinCodeObject(Code* code, const char* name);
Dheap-snapshot-generator.cc1282 void V8HeapExplorer::TagBuiltinCodeObject(Code* code, const char* name) { in TagBuiltinCodeObject() function in v8::internal::V8HeapExplorer
1583 explorer_->TagBuiltinCodeObject(Code::cast(*object), description); in VisitRootPointer()