Home
last modified time | relevance | path

Searched refs:tier_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h130 : vm_(vm), message_(message), tier_(tier), outPutLog_(outPutLog), isDebugLevel_(isDebugLevel) {} in TimeScope()
132 : vm_(vm), message_(""), tier_(CompilerTier::FAST), outPutLog_(false), isDebugLevel_(true) {} in TimeScope()
137 CompilerTier tier_; member in panda::ecmascript::Jit::TimeScope
H A Djit.cpp622 if (tier_ == CompilerTier::BASELINE) { in ~TimeScope()
626 ASSERT(tier_ == CompilerTier::FAST); in ~TimeScope()
629 if (tier_ == CompilerTier::BASELINE) { in ~TimeScope()
633 ASSERT(tier_ == CompilerTier::FAST); in ~TimeScope()

Completed in 2 milliseconds