OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVirtualMethod
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
object_test.cc
502
ArtMethod* m1_1 = klass1->
GetVirtualMethod
(0, sizeof(void*));
504
ArtMethod* m2_1 = klass1->
GetVirtualMethod
(1, sizeof(void*));
506
ArtMethod* m3_1 = klass1->
GetVirtualMethod
(2, sizeof(void*));
508
ArtMethod* m4_1 = klass1->
GetVirtualMethod
(3, sizeof(void*));
511
ArtMethod* m1_2 = klass2->
GetVirtualMethod
(0, sizeof(void*));
513
ArtMethod* m2_2 = klass2->
GetVirtualMethod
(1, sizeof(void*));
515
ArtMethod* m3_2 = klass2->
GetVirtualMethod
(2, sizeof(void*));
517
ArtMethod* m4_2 = klass2->
GetVirtualMethod
(3, sizeof(void*));
class-inl.h
215
inline ArtMethod* Class::
GetVirtualMethod
(size_t i, size_t pointer_size) {
[
all
...]
class.h
[
all
...]
/art/runtime/arch/
stub_test.cc
[
all
...]
/art/runtime/
class_linker.cc
[
all
...]
Completed in 667 milliseconds