OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsProxyMethod
(Results
1 - 10
of
10
) sorted by null
/art/runtime/mirror/
art_method-inl.h
83
DCHECK(!IsRuntimeMethod() && !
IsProxyMethod
()) << PrettyMethod(this);
119
if (IsNative() || IsRuntimeMethod() ||
IsProxyMethod
()) {
art_method.cc
101
bool ArtMethod::
IsProxyMethod
() const {
120
if (
IsProxyMethod
()) {
157
DCHECK(IsNative() || IsCalleeSaveMethod() ||
IsProxyMethod
()) << PrettyMethod(this);
art_method.h
123
bool
IsProxyMethod
() const;
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
372
DCHECK(proxy_method->
IsProxyMethod
()) << PrettyMethod(proxy_method);
405
DCHECK(!interface_method->
IsProxyMethod
()) << PrettyMethod(interface_method);
/art/runtime/
instrumentation.cc
59
if (!method->IsAbstract() && !method->
IsProxyMethod
()) {
81
if (!method->IsAbstract() && !method->
IsProxyMethod
()) {
thread.cc
[
all
...]
monitor.cc
909
if (m->
IsProxyMethod
()) {
[
all
...]
class_linker.cc
[
all
...]
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
299
DCHECK(!interface_method->
IsProxyMethod
()) << PrettyMethod(interface_method);
/art/runtime/interpreter/
interpreter.cc
450
DCHECK(method->IsNative() || method->
IsProxyMethod
());
563
DCHECK(method->IsNative() || method->
IsProxyMethod
());
[
all
...]
Completed in 46 milliseconds