OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImtUnimplementedMethod
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
runtime-inl.h
52
inline mirror::ArtMethod* Runtime::
GetImtUnimplementedMethod
() {
runtime.h
317
mirror::ArtMethod*
GetImtUnimplementedMethod
() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
class_linker.cc
[
all
...]
/art/compiler/
image_writer.cc
792
runtime->
GetImtUnimplementedMethod
());
[
all
...]
/art/runtime/mirror/
art_method-inl.h
342
bool result = this == Runtime::Current()->
GetImtUnimplementedMethod
();
Completed in 241 milliseconds