OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMethodIndex
(Results
1 - 10
of
10
) sorted by null
/art/runtime/mirror/
class-inl.h
220
return iftable->GetMethodArray(i)->Get(method->
GetMethodIndex
());
231
return GetVTable()->Get(method->
GetMethodIndex
());
237
return GetSuperClass()->GetVTable()->Get(method->
GetMethodIndex
());
art_method-inl.h
46
inline uint16_t ArtMethod::
GetMethodIndex
() const {
art_method.h
135
uint16_t
GetMethodIndex
() const;
138
return
GetMethodIndex
();
art_method.cc
111
uint16_t method_index =
GetMethodIndex
();
/art/runtime/entrypoints/
entrypoint_utils.cc
194
uint16_t vtable_index = resolved_method->
GetMethodIndex
();
246
uint16_t vtable_index = resolved_method->
GetMethodIndex
();
entrypoint_utils.h
224
Get(resolved_method->
GetMethodIndex
());
227
return this_object->GetClass()->GetVTable()->Get(resolved_method->
GetMethodIndex
());
/art/compiler/driver/
compiler_driver.cc
[
all
...]
/art/oatdump/
oatdump.cc
185
size_t method_index = m->
GetMethodIndex
();
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
/art/runtime/
class_linker.cc
[
all
...]
Completed in 276 milliseconds