Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.cc969 existing_code_logger_(isolate) {} in Logger()
1836 existing_code_logger_.LogCodeObject(object); in LogCodeObject()
1839 void Logger::LogCodeObjects() { existing_code_logger_.LogCodeObjects(); } in LogCodeObjects()
1844 existing_code_logger_.LogBytecodeHandler(bytecode, operand_scale, code); in LogBytecodeHandler()
1848 existing_code_logger_.LogBytecodeHandlers(); in LogBytecodeHandlers()
1853 existing_code_logger_.LogExistingFunction(shared, code); in LogExistingFunction()
1857 existing_code_logger_.LogCompiledFunctions(); in LogCompiledFunctions()
Dlog.h372 ExistingCodeLogger existing_code_logger_; variable