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

  /art/runtime/
art_method-inl.h 236 DCHECK(!IsProxyMethod());
247 DCHECK(!IsProxyMethod());
255 DCHECK(!IsProxyMethod());
265 DCHECK(!IsProxyMethod());
290 DCHECK(!IsProxyMethod());
295 DCHECK(!IsProxyMethod());
303 DCHECK(!IsProxyMethod());
309 DCHECK(!IsProxyMethod());
317 DCHECK(!IsProxyMethod());
322 DCHECK(!IsProxyMethod());
    [all...]
imtable-inl.h 41 if (method->IsProxyMethod()) {
art_method.cc 122 CHECK(!IsProxyMethod());
201 if (IsProxyMethod()) {
345 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete())
621 DCHECK(IsProxyMethod() && !IsConstructor());
651 << ", proxy=" << std::boolalpha << IsProxyMethod();
707 if (IsNative() || !IsInvokable() || IsProxyMethod()) {
    [all...]
class_linker-inl.h 189 DCHECK(proxy_method->IsProxyMethod());
instrumentation.cc 112 !method->IsProxyMethod();
116 if (!method->IsInvokable() || method->IsProxyMethod()) {
776 CHECK(!method->IsProxyMethod());
    [all...]
method_handles.cc 385 DCHECK(method->IsNative() || method->IsProxyMethod());
448 DCHECK(called_method->IsNative() || called_method->IsProxyMethod());
    [all...]
stack.cc 196 } else if (m->IsProxyMethod()) {
643 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) {
767 // This goes before IsProxyMethod since runtime methods have a null declaring class.
772 if (method->IsProxyMethod()) {
    [all...]
cha.cc 108 method->IsProxyMethod()) {
art_method.h 270 bool IsProxyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
thread.cc     [all...]
debugger.cc     [all...]
monitor.cc     [all...]
class_linker.cc     [all...]
runtime.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Parameter.cc 45 if (method->IsProxyMethod()) {
java_lang_reflect_Executable.cc 57 if (method->IsProxyMethod()) {
79 if (method->IsProxyMethod()) {
  /art/runtime/openjdkjvmti/
ti_method.cc 111 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
145 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
258 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
321 if (art_method->IsProxyMethod()) {
  /art/compiler/jit/
jit_compiler.cc 188 DCHECK(!method->IsProxyMethod());
  /art/compiler/optimizing/
inliner.cc 367 if (single_impl->IsProxyMethod()) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 314 CHECK((*sp)->IsProxyMethod());
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 600 milliseconds