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

1 2

  /art/runtime/
nth_caller_visitor.h 40 if (m == nullptr || m->IsRuntimeMethod()) {
art_method-inl.h 57 if (!IsRuntimeMethod()) {
86 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved());
96 CHECK(IsRuntimeMethod() || GetDeclaringClass()->IsIdxLoaded() ||
197 if (!IsRuntimeMethod()) {
214 DCHECK(!result || IsRuntimeMethod());
221 DCHECK(!result || IsRuntimeMethod());
check_reference_map_visitor.h 40 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) {
art_method.h 439 DCHECK(IsRuntimeMethod());
444 DCHECK(IsRuntimeMethod());
516 ALWAYS_INLINE bool IsRuntimeMethod() {
quick_exception_handler.cc 90 if (method->IsRuntimeMethod()) {
337 } else if (method->IsRuntimeMethod()) {
676 } else if (method->IsRuntimeMethod()) {
art_method.cc 606 if (IsRuntimeMethod()) {
776 if (!m->IsRuntimeMethod()) {
    [all...]
class_linker-inl.h 95 if (resolved_method == nullptr || resolved_method->IsRuntimeMethod()) {
stack.cc 577 if (method != nullptr && !method->IsRuntimeMethod()) {
643 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) {
686 if (!method->IsRuntimeMethod()) {
768 if (method->IsRuntimeMethod()) {
    [all...]
cha.cc 106 method->IsRuntimeMethod() ||
runtime.cc     [all...]
thread.cc     [all...]
instrumentation.cc 203 if (m->IsRuntimeMethod()) {
    [all...]
class_linker.cc     [all...]
  /art/test/common/
stack_inspect.cc 84 prev_was_runtime_ = GetMethod()->IsRuntimeMethod();
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 116 if (GetMethod()->IsRuntimeMethod()) {
  /art/runtime/gc/
allocation_record.cc 203 if (m != nullptr && !m->IsRuntimeMethod()) {
  /art/runtime/mirror/
dex_cache.cc 220 CHECK(trampoline->IsRuntimeMethod());
dex_cache-inl.h 216 if (method != nullptr && method->IsRuntimeMethod()) {
  /art/runtime/openjdkjvmti/
ti_stack.cc 72 if (m->IsRuntimeMethod()) {
597 const bool do_count = !(m == nullptr || m->IsRuntimeMethod());
653 const bool do_count = !(m == nullptr || m->IsRuntimeMethod());
ti_method.cc 314 DCHECK(!art_method->IsRuntimeMethod());
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 84 if (inlined_method != nullptr && !inlined_method->IsRuntimeMethod()) {
579 if (!imt_method->IsRuntimeMethod()) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/
image_writer.cc 493 if (method != nullptr && !method->IsRuntimeMethod()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/jit/
jit.cc 251 DCHECK(!method->IsRuntimeMethod());

Completed in 779 milliseconds

1 2