HomeSort by relevance Sort by last modified time
    Searched defs:type_idx (Results 1 - 16 of 16) sorted by null

  /art/runtime/
dex_instruction.cc 174 uint32_t type_idx = VRegB_21c(); local
175 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << PrettyType(type_idx, *file)
176 << " // type@" << type_idx;
261 uint32_t type_idx = VRegC_22c(); local
263 << PrettyType(type_idx, *file) << " // type@" << type_idx;
268 uint32_t type_idx = VRegC_22c(); local
270 << PrettyType(type_idx, *file) << " // type@" << type_idx;
reflection.cc 369 uint16_t type_idx = params->GetTypeItem(i).type_idx_; local
370 mirror::Class* param_type = mh.GetClassFromTypeIdx(type_idx);
374 << h_m->GetTypeDescriptorFromTypeIdx(type_idx) << "\n"
class_linker_test.cc 999 uint32_t type_idx = dex_file->GetIndexForTypeId(*type_id); local
    [all...]
dex_file.cc 440 uint16_t type_idx = GetIndexForTypeId(*type_id); local
443 if (class_def.class_idx_ == type_idx) {
471 const DexFile::ClassDef* DexFile::FindClassDef(uint16_t type_idx) const {
475 if (class_def.class_idx_ == type_idx) {
488 const uint16_t type_idx = GetIndexForTypeId(type); local
504 if (type_idx > field.type_idx_) {
506 } else if (type_idx < field.type_idx_) {
686 uint16_t type_idx = GetIndexForTypeId(*type_id); local
688 param_type_idxs->push_back(type_idx);
690 *return_type_idx = type_idx;
    [all...]
dex_file_verifier.cc 76 const char* DexFileVerifier::CheckLoadStringByTypeIdx(uint32_t type_idx, const char* error_string) {
77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
80 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx);
107 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \
108 const char* var = CheckLoadStringByTypeIdx(type_idx, error); \
423 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_); local
424 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) {
655 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_annotation type_idx")) {
944 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_) local
975 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_); local
    [all...]
class_linker.cc 3456 uint16_t type_idx = dex_file->GetIndexForTypeId(*type_id); local
    [all...]
  /art/runtime/mirror/
object_test.cc 280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id); local
281 Object* array = CheckAndAllocArrayFromCodeInstrumented(type_idx, sort, 3, Thread::Current(), false,
class.cc 775 uint16_t type_idx = klass->GetDirectInterfaceTypeIdx(idx); local
776 mirror::Class* interface = klass->GetDexCache()->GetResolvedType(type_idx);
778 interface = Runtime::Current()->GetClassLinker()->ResolveType(klass->GetDexFile(), type_idx,
class.h 953 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_type_idx_), type_idx); local
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 201 public int type_idx; // type of field : index of type_ids field in class:DexFileReader.FieldIdItem
215 item.type_idx = b.readUShort();
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 405 size_t type_idx = 0; local
406 for (; type_idx < ARRAYSIZE_UNSAFE(kDeviceTypeMap); ++type_idx) {
407 if ((*device)->type() == kDeviceTypeMap[type_idx].type_string)
413 if (type_idx >= ARRAYSIZE_UNSAFE(kDeviceTypeMap))
417 interface->set_type(kDeviceTypeMap[type_idx].type_constant);
  /art/runtime/interpreter/
interpreter_common.cc 674 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); local
675 Class* arrayClass = ResolveVerifyAndClinit(type_idx, shadow_frame.GetMethod(),
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 350 * Array::AllocFromCode(type_idx, method, count);
353 void Mir2Lir::GenNewArray(uint32_t type_idx, RegLocation rl_dest,
358 if (cu_->compiler_driver->CanAccessTypeWithoutChecks(cu_->method_idx, *dex_file, type_idx)) {
364 driver->CanEmbedTypeInCode(*dex_file, type_idx, &is_type_initialized, &use_direct_type_ptr,
368 LoadClassType(type_idx, kArg0);
378 CallRuntimeHelperImmMethodRegLocation(kQuickAllocArray, type_idx, rl_src, true);
381 CallRuntimeHelperImmMethodRegLocation(kQuickAllocArrayWithAccessCheck, type_idx, rl_src, true);
394 int type_idx = info->index; local
398 type_idx)) {
403 CallRuntimeHelperImmMethodImm(target, type_idx, elems, true)
    [all...]
gen_invoke.cc 1142 uint16_t type_idx = 0; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1757 const uint32_t type_idx = (is_checkcast) ? inst->VRegB_21c() : inst->VRegC_22c(); local
3479 uint32_t type_idx; local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 203 llvm::Value* EmitLoadDexCacheResolvedTypeFieldAddr(uint32_t type_idx);
321 llvm::Value* EmitLoadConstantClass(uint32_t dex_pc, uint32_t type_idx);
322 llvm::Value* EmitLoadStaticStorage(uint32_t dex_pc, uint32_t type_idx);
353 uint32_t type_idx,
720 GBCExpanderPass::EmitLoadDexCacheResolvedTypeFieldAddr(uint32_t type_idx) {
724 llvm::Value* type_idx_value = irb_.getPtrEquivInt(type_idx);
1016 uint32_t type_idx = local
2116 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(0)); local
2155 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(0)); local
2209 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(0)); local
2280 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(0)); local
2342 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(0)); local
2350 uint32_t type_idx = LV2UInt(call_inst.getArgOperand(1)); local
    [all...]

Completed in 550 milliseconds