OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckObjectAlloc
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/
entrypoint_utils.h
47
ALWAYS_INLINE inline mirror::Class*
CheckObjectAlloc
(uint32_t type_idx,
entrypoint_utils-inl.h
91
inline mirror::Class*
CheckObjectAlloc
(uint32_t type_idx,
179
mirror::Class* klass =
CheckObjectAlloc
<kAccessCheck>(type_idx, method, self, &slow_path);
184
//
CheckObjectAlloc
can cause thread suspension which means we may now be instrumented.
[
all
...]
/art/runtime/mirror/
class-inl.h
655
inline void Class::
CheckObjectAlloc
() {
676
CheckObjectAlloc
();
[
all
...]
class.h
[
all
...]
Completed in 696 milliseconds