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

  /art/runtime/mirror/
dex_cache-inl.h 38 if (method != NULL && method->IsRuntimeMethod()) {
art_method-inl.h 146 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this);
182 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) {
230 if (IsPortableCompiled() || IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) {
307 inline bool ArtMethod::IsRuntimeMethod() {
312 if (!IsRuntimeMethod()) {
329 DCHECK(!result || IsRuntimeMethod());
336 DCHECK(!result || IsRuntimeMethod());
344 DCHECK(!result || IsRuntimeMethod());
373 if (UNLIKELY(IsRuntimeMethod())) {
art_method.h 464 bool IsRuntimeMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/
nth_caller_visitor.h 36 if (m == NULL || m->IsRuntimeMethod()) {
quick_exception_handler.cc 73 if (method->IsRuntimeMethod()) {
187 } else if (method->IsRuntimeMethod()) {
class_linker-inl.h 111 if (resolved_method == nullptr || resolved_method->IsRuntimeMethod()) {
thread.cc     [all...]
profiler.cc 70 if (m->IsRuntimeMethod()) {
stack.cc 440 if (method != nullptr && !method->IsRuntimeMethod()) {
trace.cc 94 if (!m->IsRuntimeMethod()) {
debugger.cc 963 if (!GetMethod()->IsRuntimeMethod()) {
    [all...]
instrumentation.cc 230 if (m->IsRuntimeMethod()) {
    [all...]
class_linker.cc     [all...]
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 55 if (!m || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) {
  /art/compiler/
elf_patcher.cc 90 CHECK(!method->IsRuntimeMethod())
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 329 if (called->IsRuntimeMethod()) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 717 if (called->IsRuntimeMethod()) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 398 if (method->IsRuntimeMethod()) {
    [all...]

Completed in 483 milliseconds