Searched refs:HasCompiledCode (Results 1 – 10 of 10) sorted by relevance
42 virtual bool HasCompiledCode() = 0;
54 bool HasCompiledCode() override in HasCompiledCode() function
155 ASSERT_PRINT(!HasCompiledCode(), "Cannot compile twice"); in CompileAll()224 ASSERT_PRINT(HasCompiledCode(), "Call CompileAll first"); in WriteObjectFile()
77 if (!llvmbackend::OPTIONS.IsLlvmFallback() && !llvm_aot_compiler_->HasCompiledCode()) { in EndLLVM()
49 return (isOsr && GetOsrCode(method) != nullptr) || (!isOsr && method->HasCompiledCode()); in IsCompilationExpired()798 ASSERT(method->HasCompiledCode()); in CompileMethod()802 if (method->HasCompiledCode() && !osr) { in CompileMethod()805 bool ctxOsr = method->HasCompiledCode() ? osr : false; in CompileMethod()940 if (method->HasCompiledCode()) { in CompileMethodImpl()947 ASSERT(!method->HasCompiledCode()); in CompileMethodImpl()
203 if (!static_cast<const Method *>(method)->HasCompiledCode()) { in TrySetOsrCode()215 bool HasCompiledCode(MethodPtr method) override in HasCompiledCode() function217 return MethodCast(method)->HasCompiledCode(); in HasCompiledCode()
413 bool runInterpreter = !HasCompiledCode() || proxyCall; in InvokeImpl()484 if ((profThreshold < threshold) && !IsProfiling() && !HasCompiledCode() && !IsProfiled()) { in DecrementHotnessCounter()
387 bool HasCompiledCode() const in HasCompiledCode() function
283 virtual bool HasCompiledCode([[maybe_unused]] MethodPtr method) in HasCompiledCode() function
3346 if (!method->HasCompiledCode()) { in HandleCallPrologue()3419 if (method->HasCompiledCode()) { in HandleCall()