Lines Matching defs:CompilerTier
36 enum class CompilerTier : uint8_t {
70 static void Compile(EcmaVM *vm, JSHandle<JSFunction> &jsFunction, CompilerTier tier = CompilerTier::FAST,
128 explicit TimeScope(EcmaVM *vm, CString message, CompilerTier tier = CompilerTier::FAST, bool outPutLog = true,
132 : vm_(vm), message_(""), tier_(CompilerTier::FAST), outPutLog_(false), isDebugLevel_(true) {}
137 CompilerTier tier_;
158 "Jit Compile Pass: " + message + ", Time:", CompilerTier::FAST, false)
230 bool SupportJIT(JSHandle<JSFunction> &jsFunction, EcmaVM *vm, CompilerTier tier) const;
258 const CString &methodName, CompilerTier tier);