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

  /art/runtime/
runtime.h 368 ArtMethod* CreateImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
runtime.cc     [all...]
class_linker.cc 428 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod());
429 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod());
    [all...]

Completed in 255 milliseconds