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

1 2

  /art/runtime/
art_method-inl.h 186 DCHECK(!IsProxyMethod());
197 DCHECK(!IsProxyMethod());
212 DCHECK(!IsProxyMethod());
222 DCHECK(!IsProxyMethod());
253 DCHECK(!IsProxyMethod());
258 DCHECK(!IsProxyMethod());
266 DCHECK(!IsProxyMethod());
272 DCHECK(!IsProxyMethod());
280 DCHECK(!IsProxyMethod());
285 DCHECK(!IsProxyMethod());
    [all...]
imtable-inl.h 41 if (method->IsProxyMethod()) {
art_method.cc 146 CHECK(!IsProxyMethod());
226 if (IsProxyMethod()) {
366 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete())
615 DCHECK(IsProxyMethod() && !IsConstructor());
646 << ", proxy=" << std::boolalpha << IsProxyMethod();
698 if (IsNative() || !IsInvokable() || IsProxyMethod()) {
    [all...]
class_linker-inl.h 241 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor());
283 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor());
instrumentation.cc 148 !method->IsProxyMethod();
152 if (!method->IsInvokable() || method->IsProxyMethod()) {
    [all...]
monitor.cc 182 if (locking_method_ != nullptr && UNLIKELY(locking_method_->IsProxyMethod())) {
217 DCHECK(locking_method_ == nullptr || !locking_method_->IsProxyMethod());
379 DCHECK(locking_method_ == nullptr || !locking_method_->IsProxyMethod());
    [all...]
stack.cc 150 } else if (m->IsProxyMethod()) {
597 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) {
724 // This goes before IsProxyMethod since runtime methods have a null declaring class.
729 if (method->IsProxyMethod()) {
    [all...]
method_handles.cc 383 DCHECK(method->IsNative() || method->IsProxyMethod());
443 DCHECK(called_method->IsNative() || called_method->IsProxyMethod());
    [all...]
art_method.h 296 bool IsProxyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
479 if (UNLIKELY(IsNative<kWithoutReadBarrier>()) || UNLIKELY(IsProxyMethod())) {
    [all...]
cha.cc 200 method->IsProxyMethod()) {
thread.cc     [all...]
debugger.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Parameter.cc 47 if (method->IsProxyMethod()) {
java_lang_reflect_Executable.cc 59 if (method->IsProxyMethod()) {
80 if (method->IsProxyMethod()) {
  /art/test/1945-proxy-method-arguments/
get_args.cc 63 CHECK(method->IsProxyMethod()) << method->PrettyMethod();
  /art/compiler/jit/
jit_compiler.cc 172 DCHECK(!method->IsProxyMethod());
  /art/openjdkjvmti/
deopt_manager.cc 178 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod();
218 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod();
ti_method.cc 160 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
298 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
411 if (art_method->IsProxyMethod() || art_method->IsAbstract()) {
474 if (art_method->IsProxyMethod()) {
566 if (method->IsNative() || method->IsProxyMethod()) {
    [all...]
events.cc     [all...]
ti_stack.cc 815 if (closure.method->IsNative() || closure.method->IsProxyMethod()) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 325 CHECK((*sp)->IsProxyMethod());
    [all...]
  /art/compiler/optimizing/
inliner.cc 379 if (single_impl->IsProxyMethod()) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 361 DCHECK(!method.IsProxyMethod());
    [all...]

Completed in 1033 milliseconds

1 2