OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vtable_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
class-inl.h
238
OFFSET_OF_OBJECT_MEMBER(Class,
vtable_
));
243
return GetFieldObject<PointerArray>(OFFSET_OF_OBJECT_MEMBER(Class,
vtable_
));
247
SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class,
vtable_
), new_vtable);
[
all
...]
class.h
1384
HeapReference<PointerArray>
vtable_
;
member in class:art::mirror::FINAL
[
all
...]
/art/runtime/
class_linker_test.cc
532
addOffset(OFFSETOF_MEMBER(mirror::Class,
vtable_
), "vtable");
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2004
616
as the
VTABLE_
reloc support is obsolete.
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
Class.java
156
* For every interface a concrete class implements, we create an array of the concrete
vtable_
[
all
...]
Completed in 292 milliseconds