Home
last modified time | relevance | path

Searched refs:type (Results 426 – 450 of 521) sorted by relevance

1...<<1112131415161718192021

/art/openjdkjvmti/
Dti_logging.cc136 constexpr std::underlying_type<jvmtiVerboseFlag>::type kMask = in SetVerboseFlag()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java89 switch (mapItem.type) { in write()
143 switch (mapItem.type) { in write()
/art/runtime/interpreter/mterp/arm64/
Dmain.S355 .type \name, #function
777 .type artMterpAsmInstructionEnd, #object
784 .type artMterpAsmInstructionStart, #object
/art/libartbase/base/
Dcommon_art_test.cc70 nftw(path_.c_str(), [](const char* name, const struct stat*, int type, struct FTW *) { in ~ScratchDir() argument
71 if (type == FTW_F) { in ~ScratchDir()
73 } else if (type == FTW_DP) { in ~ScratchDir()
Dhash_set.h55 std::is_same<HashSetType, const OtherHashSetType>::value>::type>
145 std::hash<T>>::type;
159 std::equal_to<T>>::type;
460 template <typename U, typename = typename std::enable_if<std::is_convertible<U, T>::value>::type>
/art/runtime/jni/
Djni_id_manager.cc228 uintptr_t JniIdManager::GetNextId<ArtField>(JniIdType type) { in GetNextId() argument
229 DCHECK_EQ(type, JniIdType::kIndices); in GetNextId()
237 uintptr_t JniIdManager::GetNextId<ArtMethod>(JniIdType type) { in GetNextId() argument
238 DCHECK_EQ(type, JniIdType::kIndices); in GetNextId()
/art/
DTEST_MAPPING66 "name": "art-run-test-019-wrong-array-type"
477 "name": "art-run-test-422-type-conversion"
585 "name": "art-run-test-472-type-propagation"
612 "name": "art-run-test-477-checker-bound-type"
684 "name": "art-run-test-505-simplifier-type-propagation"
1149 "name": "art-run-test-711-checker-type-conversion"
/art/runtime/native/
Ddalvik_system_VMStack.cc39 typename std::result_of<T(Thread*, const ScopedFastNativeObjectAccess&)>::type>
/art/runtime/
Dclass_loader_context_test.cc201 jclass type, in VerifyClassLoaderDexFiles() argument
204 ASSERT_TRUE(class_loader->GetClass() == soa.Decode<mirror::Class>(type)); in VerifyClassLoaderDexFiles()
225 ClassLoaderContext::ClassLoaderType type, in VerifyClassLoaderInfo() argument
230 ASSERT_EQ(type, info.type); in VerifyClassLoaderInfo()
239 ClassLoaderContext::ClassLoaderType type, in VerifyClassLoaderInfoSL() argument
247 ASSERT_EQ(type, info.type); in VerifyClassLoaderInfoSL()
255 ClassLoaderContext::ClassLoaderType type, in VerifyClassLoaderFromTestDex() argument
264 type, in VerifyClassLoaderFromTestDex()
Dclass_linker.cc662 Primitive::Type type = field->GetTypeAsPrimitiveType(); in ShuffleForward() local
663 if (Primitive::ComponentSize(type) < n) { in ShuffleForward()
671 CHECK(type != Primitive::kPrimNot) << field->PrettyField(); // should be primitive types in ShuffleForward()
4324 Primitive::Type type, in CreatePrimitiveClass() argument
4328 CHECK(primitive_class != nullptr) << "OOM for primitive class " << type; in CreatePrimitiveClass()
4333 primitive_class->SetPrimitiveType(type); in CreatePrimitiveClass()
4341 const char* descriptor = Primitive::Descriptor(type); in CreatePrimitiveClass()
4345 CHECK(existing == nullptr) << "InitPrimitiveClass(" << type << ") failed"; in CreatePrimitiveClass()
4486 ObjPtr<mirror::Class> ClassLinker::LookupPrimitiveClass(char type) { in LookupPrimitiveClass() argument
4488 switch (type) { in LookupPrimitiveClass()
[all …]
/art/test/1980-obsolete-object-cleared/
Dexpected.txt61 …alArgumentException: method java.lang.Class.getConstructor argument 1 has type java.lang.Class[], …
78 …ntException: method java.lang.Class.getDeclaredConstructor argument 1 has type java.lang.Class[], …
93 …rgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.lang.Class[], …
96 …rgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.lang.Class[], …
99 …rgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.lang.Class[], …
130 …rgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.lang.Class[], …
133 …rgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.lang.Class[], …
136 …rgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.lang.Class[], …
142 …IllegalArgumentException: method java.lang.Class.getMethod argument 2 has type java.lang.Class[], …
145 …IllegalArgumentException: method java.lang.Class.getMethod argument 2 has type java.lang.Class[], …
[all …]
/art/runtime/interpreter/
Dunstarted_runtime.cc167 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound() local
168 if (type != Transaction::kAbortExceptionDescriptor) { in CheckExceptionGenerateClassNotFound()
712 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass() local
713 if (type != "java.lang.InternalError") { in UnstartedVmClassLoaderFindLoadedClass()
1137 Primitive::Type type, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { in UnstartedMemoryPeek() argument
1142 switch (type) { in UnstartedMemoryPeek()
1172 LOG(FATAL) << "Not in the Memory API: " << type; in UnstartedMemoryPeek()
1200 Primitive::Type type, Thread* self, ShadowFrame* shadow_frame, size_t arg_offset) in UnstartedMemoryPeekArray() argument
1219 switch (type) { in UnstartedMemoryPeekArray()
1232 LOG(FATAL) << "Type unimplemented for Memory Array API, should not reach here: " << type; in UnstartedMemoryPeekArray()
[all …]
/art/compiler/optimizing/
Dbounds_check_elimination.cc1933 DataType::Type type = instruction->GetType(); in InsertPhiNodes() local
1944 phi = NewPhi(new_preheader, instruction, type); in InsertPhiNodes()
1959 phi = NewPhi(new_preheader, instruction, type); in InsertPhiNodes()
1976 DataType::Type type) { in NewPhi() argument
1979 switch (type) { in NewPhi()
1983 default: zero = graph->GetConstant(type, 0); break; in NewPhi()
1986 HPhi(graph->GetAllocator(), kNoRegNumber, /*number_of_inputs*/ 2, HPhi::ToPhiType(type)); in NewPhi()
1989 if (type == DataType::Type::kReference) { in NewPhi()
Dload_store_analysis_test.cc82 DataType::Type type = DataType::Type::kInt32; in TEST_F() local
87 ref, type, field, c1, vec, class_def); in TEST_F()
89 ref, type, field, c2, vec, class_def); in TEST_F()
91 ref, type, field, index, vec, class_def); in TEST_F()
Dcodegen_test.cc74 DataType::Type type,
606 DataType::Type type, in TestComparison() argument
628 if (type == DataType::Type::kInt32) { in TestComparison()
632 DCHECK_EQ(type, DataType::Type::kInt64); in TestComparison()
/art/runtime/arch/
Dstub_test.cc50 CalleeSaveType type = CalleeSaveType(i); in SetUp() local
51 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
52 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
1570 Primitive::Type type = f.GetTypeAsPrimitiveType(); in TestFields() local
1571 if (test_type != type) { in TestFields()
1574 switch (type) { in TestFields()
1606 Primitive::Type type = f.GetTypeAsPrimitiveType(); in TestFields() local
1607 if (test_type != type) { in TestFields()
1610 switch (type) { in TestFields()
/art/dex2oat/driver/
Dcompiler_driver_test.cc134 const ObjPtr<mirror::Class> type = dex_cache->GetResolvedType(dex::TypeIndex(i)); in TEST_F() local
135 EXPECT_TRUE(type != nullptr) in TEST_F()
/art/test/988-method-trace/
Dgen_srcs.py284 …parser.add_argument('output_file', nargs='?', metavar='<output-file>', default=sys.stdout, type=ar…
/art/runtime/interpreter/mterp/x86_64/
Dmain.S105 #define FUNCTION_TYPE(name) .type name, @function
106 #define OBJECT_TYPE(name) .type name, @object
/art/runtime/gc/space/
Dregion_space.cc357 RegionType type = r->Type(); in SetFromSpace() local
363 type == RegionType::kRegionTypeToSpace); in SetFromSpace()
374 type == RegionType::kRegionTypeToSpace)) { in SetFromSpace()
390 type == RegionType::kRegionTypeToSpace); in SetFromSpace()
/art/test/993-breakpoints/
Dexpected.txt557 Native constructor: public java.util.Vector(), type: class java.util.Vector
564 Native constructor: public java.util.Vector(), type: class java.util.Vector
575 Native constructor: public java.util.Stack(), type: class java.util.Stack
582 Native constructor: public java.util.Stack(), type: class java.util.Stack
592 Native constructor: public java.util.Stack(), type: class java.util.Stack
602 Native constructor: public java.util.Stack(), type: class java.util.Stack
658 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
665 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
676 Native constructor: public art.Test993$TestClass1ext(), type: class art.Test993$TestClass1ext
683 Native constructor: public art.Test993$TestClass1ext(), type: class art.Test993$TestClass1ext
[all …]
/art/dex2oat/linker/
Dimage_writer.cc1113 mirror::Class* type = ref->GetClass(); in PruneImageClassInternal() local
1114 result = result || PruneImageClassInternal(type, &my_early_exit, visited); in PruneImageClassInternal()
1644 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations() local
1647 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations()
1668 AssignMethodOffset(&m, type, oat_index); in RecordNativeRelocations()
1748 NativeObjectRelocationType type, in AssignMethodOffset() argument
1757 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset()
1759 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
2506 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()
2805 switch (relocation.type) { in CopyAndFixupNativeData()
[all …]
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md59 The line starting with 0 is the thread, type, and size (TTS) of an allocation. The
/art/dex2oat/
Ddex2oat_options.def31 // almost-always the value of the type as if it was memset to all 0.
/art/openjdkjvm/
DOpenjdkJvm.cc212 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument
213 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()

1...<<1112131415161718192021