OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iftable_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
class-inl.h
148
// in
iftable_
, so we can just do a linear scan through that.
251
return GetFieldObject<IfTable*>(OFFSET_OF_OBJECT_MEMBER(Class,
iftable_
), false);
263
SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class,
iftable_
), new_iftable, false);
class.h
793
// The interface table (
iftable_
) contains pairs of a interface class and an array of the
804
IfTable*
iftable_
;
member in class:art::mirror::Class
[
all
...]
/art/runtime/
class_linker_test.cc
498
offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Class,
iftable_
), "ifTable"));
[
all
...]
Completed in 846 milliseconds