Home
last modified time | relevance | path

Searched defs:skip_this (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc1010 uintptr_t direct_method, InvokeType type, bool skip_this) { in GenDalvikArgsNoRange()
1039 uintptr_t direct_method, InvokeType type, bool skip_this) { in GenDalvikArgsRange()
/art/compiler/dex/quick/
Dgen_invoke.cc727 uintptr_t direct_method, InvokeType type, bool skip_this) { in LoadArgRegs()
770 uintptr_t direct_method, InvokeType type, bool skip_this) { in GenDalvikArgsNoRange()
907 InvokeType type, bool skip_this) { in GenDalvikArgsRange()
1757 bool skip_this; in GenInvokeNoInline() local
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2555 uintptr_t direct_method, InvokeType type, bool skip_this) { in GenDalvikArgsNoRange()
2589 InvokeType type, bool skip_this) { in GenDalvikArgsRange()
/art/compiler/dex/
Dmir_graph.h529 bool skip_this; member