HomeSort by relevance Sort by last modified time
    Searched refs:IsInvokable (Results 1 - 15 of 15) sorted by null

  /art/openjdkjvmti/
ti_breakpoint.cc 62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable())
deopt_manager.cc 235 DCHECK(method->IsInvokable());
275 DCHECK(method->IsInvokable()) << method->PrettyMethod();
ti_redefine.cc     [all...]
  /art/runtime/
art_method.cc 142 DCHECK(!IsInvokable());
326 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()) ||
353 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete())
672 if (IsNative() || !IsInvokable() || IsProxyMethod()) {
    [all...]
art_method.h 210 bool IsInvokable() {
353 // IncompatibleClassChangeError or AbstractMethodError). Only call if !IsInvokable();
478 if (UNLIKELY(IsNative() || IsProxyMethod() || !IsInvokable())) {
    [all...]
instrumentation.cc 206 if (!method->IsInvokable() || method->IsProxyMethod()) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 427 } else if (!method->IsInvokable()) {
interpreter_common.h 197 if (UNLIKELY(!called_method->IsInvokable())) {
  /art/runtime/jit/
jit.cc 792 if (!method->IsCompilable() || !method->IsInvokable()) {
    [all...]
  /art/runtime/mirror/
class.cc     [all...]
  /art/dex2oat/linker/
image_writer.cc     [all...]
  /art/compiler/optimizing/
inliner.cc 262 } else if (!resolved_method->IsInvokable()) {
    [all...]
instruction_builder.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 738 if (UNLIKELY(!method->IsInvokable())) {
    [all...]

Completed in 148 milliseconds