OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_idx_
(Results
1 - 14
of
14
) sorted by null
/art/runtime/
field_helper.cc
35
mirror::Class* type = field_->GetDexCache()->GetResolvedType(field_id.
type_idx_
);
37
type = Runtime::Current()->GetClassLinker()->ResolveType(field_id.
type_idx_
, field_.Get());
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_
);
method_helper.cc
55
mirror::Class* param_type = GetClassFromTypeIdx(types->GetTypeItem(i).
type_idx_
);
57
other->GetClassFromTypeIdx(other_types->GetTypeItem(i).
type_idx_
);
dex_file_test.cc
311
to_find_types.push_back(to_find_tl->GetTypeItem(j).
type_idx_
);
341
const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.
type_idx_
);
344
<< java_lang_dex_file_->StringByTypeIdx(to_find.
type_idx_
) << " "
dex_file.h
165
uint16_t
type_idx_
; // index into type_ids_ array for field type
member in struct:art::DexFile::FieldId
230
uint16_t
type_idx_
; // index into type_ids section
member in struct:art::DexFile::TypeItem
572
const DexFile::TypeId& type_id = GetTypeId(field_id.
type_idx_
);
1354
uint16_t
type_idx_
; \/\/ type index of the caught exception type
member in struct:art::CatchHandlerIterator::CatchHandlerItem
[
all
...]
dex_file.cc
504
if (type_idx > field.
type_idx_
) {
506
} else if (type_idx < field.
type_idx_
) {
[
all
...]
dex_file_verifier.cc
[
all
...]
reflection.cc
234
mh.GetClassFromTypeIdx(classes->GetTypeItem(args_offset).
type_idx_
);
369
uint16_t type_idx = params->GetTypeItem(i).
type_idx_
;
class_linker.cc
[
all
...]
debugger.cc
[
all
...]
/art/compiler/dex/quick/
gen_common.cc
866
const int
type_idx_
;
member in class:art::SlowPath
1140
uint32_t
type_idx_
;
member in class:art::InitTypeSlowPath
1287
const int
type_idx_
;
member in class:art::SlowPath
[
all
...]
/art/runtime/mirror/
class.cc
756
return GetInterfaceTypeList()->GetTypeItem(idx).
type_idx_
;
/art/runtime/interpreter/
interpreter_common.cc
585
Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).
type_idx_
);
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
Completed in 753 milliseconds