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

  /art/runtime/native/
java_lang_reflect_Constructor.cc 57 if (!kMovingMethods && c->IsArtMethodClass()) {
  /art/runtime/
fault_handler.cc 262 if (!cls->IsArtMethodClass()) {
class_linker_test.cc 395 if (!klass->IsArtMethodClass() && !klass->IsClassClass() && !is_static) {
    [all...]
  /art/runtime/mirror/
class-inl.h 652 inline bool Class::IsArtMethodClass() const {
object-inl.h 241 template IsArtMethodClass<kReadBarrierOption>();
    [all...]
class.h 423 bool IsArtMethodClass() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 241 milliseconds