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

  /art/runtime/
runtime-inl.h 29 DCHECK(method != GetImtConflictMethod());
47 inline mirror::ArtMethod* Runtime::GetImtConflictMethod() {
runtime.h 316 mirror::ArtMethod* GetImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 334 bool result = this == Runtime::Current()->GetImtConflictMethod();
452 } else if (method == runtime->GetImtConflictMethod()) {
  /art/compiler/
image_writer.cc 790 image_roots->Set<false>(ImageHeader::kImtConflictMethod, runtime->GetImtConflictMethod());
    [all...]

Completed in 85 milliseconds