Searched refs:OProfileAgent (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Doprofile-agent.cc36 op_agent_t OProfileAgent::handle_ = NULL;
40 bool OProfileAgent::Initialize() {
64 void OProfileAgent::TearDown() {
73 void OProfileAgent::CreateNativeCodeRegion(const char* name,
82 void OProfileAgent::CreateNativeCodeRegion(String* name,
96 void OProfileAgent::CreateNativeCodeRegion(String* name, String* source,
100 Vector<char> buf = Vector<char>::New(OProfileAgent::kFormattingBufSize);
H A Doprofile-agent.h45 class OProfileAgent { class in namespace:v8::internal
H A Dv8.cc115 OProfileAgent::Initialize();
138 OProfileAgent::TearDown();
H A Dcompiler.cc192 if (Logger::is_logging() || OProfileAgent::is_enabled()) {
198 OProfileAgent::CreateNativeCodeRegion(*data,
204 OProfileAgent::CreateNativeCodeRegion(is_eval ? "Eval" : "Script",
555 if (Logger::is_logging() || OProfileAgent::is_enabled()) {
561 OProfileAgent::CreateNativeCodeRegion(*func_name,
568 OProfileAgent::CreateNativeCodeRegion(*func_name,
H A Dcode-stubs.cc66 OProfileAgent::CreateNativeCodeRegion(GetName(),

Completed in 89 milliseconds