OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iftable_
(Results
1 - 10
of
10
) sorted by null
/art/runtime/mirror/
class.h
657
return MemberOffset(OFFSETOF_MEMBER(Class,
iftable_
));
1397
HeapReference<IfTable>
iftable_
;
member in class:art::mirror::FINAL
[
all
...]
class-inl.h
368
// in
iftable_
, so we can just do a linear scan through that.
[
all
...]
/art/runtime/
class_linker_test.cc
584
addOffset(OFFSETOF_MEMBER(mirror::Class,
iftable_
), "ifTable");
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
Class.java
138
* The interface table (
iftable_
) contains pairs of a interface class and an array of the
[
all
...]
/art/compiler/optimizing/
code_generator_arm64.cc
[
all
...]
code_generator_mips64.cc
[
all
...]
code_generator_x86.cc
[
all
...]
code_generator_x86_64.cc
[
all
...]
code_generator_arm_vixl.cc
[
all
...]
code_generator_mips.cc
[
all
...]
Completed in 1491 milliseconds