OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocArrayFromCode
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/portable/
portable_alloc_entrypoints.cc
45
return
AllocArrayFromCode
<false, true>(type_idx, referrer, length, self,
54
return
AllocArrayFromCode
<true, true>(type_idx, referrer, length, self,
/art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc
62
return
AllocArrayFromCode
<false, instrumented_bool>(type_idx, method, component_count, self, \
78
return
AllocArrayFromCode
<true, instrumented_bool>(type_idx, method, component_count, self, \
/art/runtime/entrypoints/
entrypoint_utils.h
94
ALWAYS_INLINE static inline mirror::Array*
AllocArrayFromCode
(uint32_t type_idx,
entrypoint_utils-inl.h
212
static inline mirror::Array*
AllocArrayFromCode
(uint32_t type_idx,
/art/runtime/interpreter/
interpreter_goto_table_impl.cc
560
Object* obj =
AllocArrayFromCode
<do_access_check, true>(
[
all
...]
interpreter_switch_impl.cc
474
Object* obj =
AllocArrayFromCode
<do_access_check, true>(
[
all
...]
Completed in 449 milliseconds