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

  /art/runtime/
runtime.h 330 mirror::ArtMethod* CreateImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
runtime.cc     [all...]
class_linker.cc 365 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod());
366 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod());
    [all...]

Completed in 51 milliseconds