OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindFieldType
(Results
1 - 5
of
5
) sorted by null
/art/runtime/entrypoints/
entrypoint_utils.h
105
enum
FindFieldType
{
116
template<
FindFieldType
type, bool access_check>
135
FindFieldType
type,
entrypoint_utils-inl.h
321
template<
FindFieldType
type, bool access_check>
628
inline ArtField* FindFieldFast(uint32_t field_idx, ArtMethod* referrer,
FindFieldType
type,
[
all
...]
/art/runtime/entrypoints/quick/
quick_field_entrypoints.cc
30
inline constexpr bool FindFieldTypeIsRead(
FindFieldType
type) {
40
template<
FindFieldType
type, bool kAccessCheck>
/art/runtime/interpreter/
interpreter_common.h
273
template<
FindFieldType
find_type, Primitive::Type field_type, bool do_access_check>
285
template<
FindFieldType
find_type, Primitive::Type field_type, bool do_access_check,
interpreter_common.cc
44
template<
FindFieldType
find_type, Primitive::Type field_type, bool do_access_check>
238
template<
FindFieldType
find_type, Primitive::Type field_type, bool do_access_check,
[
all
...]
Completed in 333 milliseconds