Searched defs:is_static_ (Results 1 - 2 of 2) sorted by path

/art/compiler/jni/quick/
H A Dcalling_convention.h80 is_static_(is_static), is_synchronized_(is_synchronized),
107 return is_static_;
207 const bool is_static_; member in class:art::CallingConvention
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc354 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
448 if (!is_static_) { // Handle this.
564 const bool is_static_; member in class:art::QuickArgumentVisitor

Completed in 270 milliseconds