OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_idx_
(Results
1 - 17
of
17
) sorted by null
/art/runtime/
dex_file-inl.h
102
const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).
type_idx_
);
104
rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).
type_idx_
);
dex_file_test.cc
313
to_find_types.push_back(to_find_tl->GetTypeItem(j).
type_idx_
);
343
const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.
type_idx_
);
346
<< java_lang_dex_file_->StringByTypeIdx(to_find.
type_idx_
) << " "
art_field-inl.h
299
mirror::Class* type = dex_cache->GetResolvedType(field_id.
type_idx_
);
301
type = ResolveGetType(field_id.
type_idx_
);
dex_file.h
181
uint16_t
type_idx_
; // index into type_ids_ array for field type
member in struct:art::DexFile::FieldId
246
uint16_t
type_idx_
; // index into type_ids section
member in struct:art::DexFile::TypeItem
623
const DexFile::TypeId& type_id = GetTypeId(field_id.
type_idx_
);
1636
uint16_t
type_idx_
; \/\/ type index of the caught exception type
member in struct:art::CatchHandlerIterator::CatchHandlerItem
[
all
...]
dex_file_verifier.cc
[
all
...]
art_method.cc
348
auto type_idx = proto_params->GetTypeItem(i).
type_idx_
;
reflection.cc
227
m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).
type_idx_
,
363
uint16_t type_idx = params->GetTypeItem(i).
type_idx_
;
[
all
...]
dex_file.cc
572
if (type_idx > field.
type_idx_
) {
574
} else if (type_idx < field.
type_idx_
) {
[
all
...]
class_linker.cc
[
all
...]
debugger.cc
[
all
...]
/art/compiler/
compiled_method.h
214
patch.
type_idx_
= target_type_idx;
283
return
type_idx_
;
329
uint32_t
type_idx_
; // Type index for Type patches.
member in union:art::LinkerPatch::__anon4
333
static_assert(sizeof(
type_idx_
) == sizeof(cmp1_), "needed by relational operators");
/art/dexdump/
dexdump.cc
433
const char* interfaceName = pDexFile->StringByTypeIdx(pTypeItem.
type_idx_
);
574
const char* typeDescriptor = pDexFile->StringByTypeIdx(pFieldId.
type_idx_
);
[
all
...]
/art/compiler/debug/
elf_debug_info_writer.h
218
const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).
type_idx_
);
/art/runtime/interpreter/
interpreter_common.cc
692
params->GetTypeItem(shorty_pos).
type_idx_
, true /* resolve */, pointer_size);
[
all
...]
/art/runtime/mirror/
class.cc
846
return GetInterfaceTypeList()->GetTypeItem(idx).
type_idx_
;
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
/art/compiler/optimizing/
instruction_builder.cc
455
arg_types->GetTypeItem(shorty_pos - 1).
type_idx_
,
[
all
...]
Completed in 769 milliseconds