Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h1211 enum CodeEventType { enum
1234 CodeEventType GetCodeType();
1237 static const char* GetCodeEventTypeName(CodeEventType code_event_type);
1260 * When the CodeEventType is kRelocationType, the code for this CodeEvent has
/third_party/node/deps/v8/include/
H A Dv8-profiler.h1142 enum CodeEventType { enum
1165 CodeEventType GetCodeType();
1168 static const char* GetCodeEventTypeName(CodeEventType code_event_type);
1191 * When the CodeEventType is kRelocationType, the code for this CodeEvent has
/third_party/node/deps/v8/src/logging/
H A Dlog.cc71 static v8::CodeEventType GetCodeEventTypeForTag( in GetCodeEventTypeForTag()
78 return v8::CodeEventType::kUnknownType; in GetCodeEventTypeForTag()
81 return v8::CodeEventType::k##To##Type; in GetCodeEventTypeForTag()
538 code_event.code_type = v8::CodeEventType::kRelocationType; in CodeMoveEvent()
H A Dlog.h468 CodeEventType code_type;
/third_party/node/deps/v8/src/api/
H A Dapi.cc10058 CodeEventType CodeEvent::GetCodeType() { in GetCodeType()
10070 const char* CodeEvent::GetCodeEventTypeName(CodeEventType code_event_type) { in GetCodeEventTypeName()

Completed in 29 milliseconds