Searched defs:TimeScope (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | compiler_log.cpp | 88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log) in TimeScope() function in panda::ecmascript::kungfu::TimeScope 99 TimeScope::TimeScope(std::string name, CompilerLog* log) in TimeScope() function in panda::ecmascript::kungfu::TimeScope |
| H A D | compiler_log.h | 183 class TimeScope : public ClockScope {
class |
| /arkcompiler/ets_runtime/ecmascript/jit/ | ||
| H A D | jit.h | 126 class TimeScope : public ClockScope { class in panda::ecmascript::Jit 128 explicit TimeScope(EcmaVM *vm, CString message, CompilerTier tier = CompilerTier::FAST, bool outPutLog = true, in TimeScope() function in panda::ecmascript::Jit::TimeScope 131 explicit TimeScope(EcmaVM *vm) in TimeScope() function in panda::ecmascript::Jit::TimeScope |
| H A D | jit.cpp | |
Completed in 4 milliseconds