Home
last modified time | relevance | path

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

1...<<21

/art/cmdline/
Dcmdline_parser.h396 typename std::enable_if<std::is_same<TArg, Unit>::value>::type
/art/runtime/
Dthread.cc240 StackedShadowFrameType type, in StackedShadowFrameRecord() argument
243 type_(type), in StackedShadowFrameRecord()
418 void Thread::PushStackedShadowFrame(ShadowFrame* sf, StackedShadowFrameType type) { in PushStackedShadowFrame() argument
420 sf, type, tlsPtr_.stacked_shadow_frame_record); in PushStackedShadowFrame()
424 ShadowFrame* Thread::PopStackedShadowFrame(StackedShadowFrameType type, bool must_be_present) { in PopStackedShadowFrame() argument
429 if (record == nullptr || record->GetType() != type) { in PopStackedShadowFrame()
Dart_method.h390 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/verifier/
Dverifier_deps.cc1098 std::string_view type( in VerifyFields() local
1113 ArtField* field = mirror::Class::FindField(self, cls, name, type); in VerifyFields()
Dmethod_verifier.cc2955 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction() local
2956 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction()
4762 VerifyError type; in GetInstanceField() local
4766 type = VerifyError::VERIFY_ERROR_NO_CLASS; in GetInstanceField()
4770 type = VerifyError::VERIFY_ERROR_BAD_CLASS_HARD; in GetInstanceField()
4772 Fail(type) << "cannot access instance field " << field->PrettyField() in GetInstanceField()
/art/openjdkjvmti/
Dti_redefine.cc654 RedefinitionType type, in RedefineClassesDirect() argument
672 Redefiner r(env, runtime, self, type, error_msg); in RedefineClassesDirect()
874 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; typedef
875 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; typedef
879 using SigType = typename SignatureType<T>::type;
Devents.cc297 void DdmPublishChunk(uint32_t type, const art::ArrayRef<const uint8_t>& data) in DdmPublishChunk() argument
303 static_cast<jint>(type), in DdmPublishChunk()
/art/runtime/jit/
Djit.cc430 void Jit::NewTypeLoadedIfUsingJit(mirror::Class* type) { in NewTypeLoadedIfUsingJit() argument
437 jit_compiler_->TypesLoaded(&type, 1); in NewTypeLoadedIfUsingJit()
/art/libdexfile/dex/
Ddex_file.h331 const dex::TypeId& type) const;
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h377 template<InvokeType type, bool is_range, bool is_quick = false>
379 bool success = DoInvoke<type, is_range, do_access_check, /*is_mterp=*/ false, is_quick>( in HandleInvoke()
/art/dex2oat/
Ddex2oat.cc2837 CalleeSaveType type = CalleeSaveType(i); in CreateRuntime() local
2838 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
2839 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()
/art/libartbase/base/
Dmem_map_test.cc881 switch (result.type()) { in OnTestPartResult()
/art/dex2oat/driver/
Dcompiler_driver.cc287 #define CREATE_TRAMPOLINE(type, abi, offset) \ argument
291 type ## _ENTRYPOINT_OFFSET(PointerSize::k64, offset)); \
295 type ## _ENTRYPOINT_OFFSET(PointerSize::k32, offset)); \
/art/libprofile/profile/
Dprofile_compilation_info.cc758 #define READ_UINT(type, buffer, dest, error) \ argument
760 if (!(buffer).ReadUintAndAdvance<type>(&(dest))) { \
/art/test/988-method-trace/
Dexpected.txt345 => public final void <non-deterministic-type 0>.run()
350 <= public final void <non-deterministic-type 0>.run() -> <null: null>
/art/runtime/gc/
Dheap.h836 bool MayUseCollector(CollectorType type) const;
Dheap.cc780 bool Heap::MayUseCollector(CollectorType type) const { in MayUseCollector()
781 return foreground_collector_type_ == type || background_collector_type_ == type; in MayUseCollector()
/art/dex2oat/linker/
Doat_writer.cc1955 ObjPtr<mirror::Class> type = in GetTargetType() local
1957 CHECK(type != nullptr); in GetTargetType()
1958 return type; in GetTargetType()
/art/compiler/jni/
Djni_compiler_test.cc178 typename std::enable_if<jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper() argument
186 typename std::enable_if<!jni_type_traits<T>::is_ref>::type* in count_nonnull_refs_single_helper() argument
/art/runtime/jni/
Djni_internal.cc272 std::string type(array->PrettyTypeOf()); in ThrowAIOOBE() local
275 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()
/art/runtime/gc/space/
Dimage_space.cc2811 kExtension, SplitRangeRelocateVisitor, SimpleRelocateVisitor>::type; in DoRelocateSpaces()

1...<<21