Home
last modified time | relevance | path

Searched defs:type (Results 276 – 297 of 297) sorted by relevance

1...<<1112

/art/runtime/
Druntime.cc1622 CalleeSaveType type = CalleeSaveType(i); in Init() local
2393 void Runtime::SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type) { in SetCalleeSaveMethod()
Dthread.cc240 StackedShadowFrameType type, in StackedShadowFrameRecord()
418 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame()
424 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame()
Delf_file.cc862 unsigned char type = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) in FindSymbolByName() local
Dthread.h1950 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher()
/art/compiler/optimizing/
Dcodegen_test.cc606 DataType::Type type, in TestComparison()
Dnodes.cc701 HConstant* HGraph::GetConstant(DataType::Type type, int64_t value, uint32_t dex_pc) { in GetConstant()
1740 #define DECLARE_CASE(type, super) case HInstruction::k##type: os << #type; break; in operator <<() argument
Dinliner.cc1245 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget() local
/art/test/913-heaps/
Dheaps.cc721 static constexpr const char* GetPrimitiveTypeName(jvmtiPrimitiveType type) { in GetPrimitiveTypeName()
/art/runtime/mirror/
Dclass-inl.h786 Primitive::Type type = static_cast<Primitive::Type>(v32 & kPrimitiveTypeMask); in GetPrimitiveType() local
/art/test/956-methodhandles/src/
DMain.java1708 MethodType type = MethodType.methodType(String.class); in testRevealDirect() local
/art/runtime/jit/
Djit.cc430 void Jit::NewTypeLoadedIfUsingJit(mirror::Class* type) { in NewTypeLoadedIfUsingJit()
/art/runtime/verifier/
Dmethod_verifier.cc2955 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction() local
4762 VerifyError type; in GetInstanceField() local
Dverifier_deps.cc1098 std::string_view type( in VerifyFields() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc2788 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant() local
2894 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant() local
/art/openjdkjvmti/
Dti_stack.cc1320 #define SIMPLE_VALID_RETURN_TYPE(type, ...) \ argument
Devents.cc297 void DdmPublishChunk(uint32_t type, const art::ArrayRef<const uint8_t>& data) in DdmPublishChunk()
/art/oatdump/
Doatdump.cc252 OatClassType type = oat_class.GetType(); in WalkOatDexFile() local
2049 ObjPtr<mirror::Class> type, in PrettyObjectValue()
/art/dex2oat/
Ddex2oat.cc2837 CalleeSaveType type = CalleeSaveType(i); in CreateRuntime() local
/art/libprofile/profile/
Dprofile_compilation_info.cc758 #define READ_UINT(type, buffer, dest, error) \ argument
/art/dex2oat/driver/
Dcompiler_driver.cc287 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument
/art/dex2oat/linker/
Doat_writer.cc1955 ObjPtr<mirror::Class> type = in GetTargetType() local
/art/runtime/jni/
Djni_internal.cc272 std::string type(array->PrettyTypeOf()); in ThrowAIOOBE() local

1...<<1112