HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeId (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /art/runtime/
type_reference.h 54 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.type_index).descriptor_idx_);
55 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.type_index).descriptor_idx_);
dex_file-inl.h 65 const TypeId& type_id = GetTypeId(idx);
73 const TypeId& type_id = GetTypeId(idx);
82 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
91 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
173 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
175 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
190 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
192 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
imtable-inl.h 61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_)));
71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_)));
type_lookup_table.cc 82 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_);
96 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_);
art_method-inl.h 346 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_));
356 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
  /external/gemmlowp/internal/
allocator.h 69 inline TypeId GetTypeId() {
169 h.type_ = GetTypeId<T>();
186 assert(h.type_ == GetTypeId<T>() && "type mismatch");
  /art/compiler/utils/
test_dex_file_builder_test.cc 67 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i;
  /art/dexlayout/
dex_verify.cc 642 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) {
645 orig->GetTypeId()->GetIndex(),
646 output->GetTypeId()->GetIndex());
    [all...]
dex_ir.cc 145 type_ids->push_back(collections.GetTypeId(index));
276 item->SetTypeId(GetTypeId(string_index));
310 item->SetEncodedAnnotation(new EncodedAnnotation(GetTypeId(type_idx), elements));
333 const DexFile::TypeId& disk_type_id = dex_file.GetTypeId(dex::TypeIndex(i));
344 GetTypeId(disk_proto_id.return_type_idx_.index_),
351 FieldId* field_id = new FieldId(GetTypeId(disk_field_id.class_idx_.index_),
352 GetTypeId(disk_field_id.type_idx_.index_),
359 MethodId* method_id = new MethodId(GetTypeId(disk_method_id.class_idx_.index_),
367 const TypeId* class_type = GetTypeId(disk_class_def.class_idx_.index_);
405 type_vector->push_back(GetTypeId(dex_type_list->GetTypeItem(index).type_idx_.index_))
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 246 char GetTypeId(Primitive::Type type) {
396 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex()));
572 input_list.NewEntryStream() << GetTypeId(input->GetType()) << input->GetId();
586 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId();
687 << GetTypeId(instruction->GetType()) << instruction->GetId() << " ";
810 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType())
    [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 232 const DexFile::TypeId& lhs = this_method->GetDexFile()->GetTypeId(
234 const DexFile::TypeId& rhs = other_method->GetDexFile()->GetTypeId(
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
687 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() {
517 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
gtest-param-util.h 458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /external/protobuf/gtest/test/
gtest_unittest.cc 158 using testing::internal::GetTypeId;
245 // Tests GetTypeId.
248 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
249 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
256 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
257 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]

Completed in 394 milliseconds

1 2 3 4