Home
last modified time | relevance | path

Searched refs:Get (Results 176 – 200 of 213) sorted by relevance

123456789

/art/openjdkjvmti/
Ddeopt_manager.cc499 DeoptManager* DeoptManager::Get() { in Get() function in openjdkjvmti::DeoptManager
Dti_method.cc607 DeoptManager::Get()->DeoptimizeThread(self); in Run()
1124 DeoptManager::Get()->SetLocalsUpdated(); in SetLocalVariableGeneric()
/art/runtime/verifier/
Dreg_type.cc1053 const RegType& cmp1 = reg_types.GetComponentType(*this, class_loader.Get()); in CanAssignArray()
1054 const RegType& cmp2 = reg_types.GetComponentType(src, class_loader.Get()); in CanAssignArray()
Dreg_type_test.cc1126 const RegType& c1_reg_type = *cache.InsertClass(in1, c1.Get(), false); in TestClassJoin()
1127 const RegType& c2_reg_type = *cache.InsertClass(in2, c2.Get(), false); in TestClassJoin()
/art/compiler/optimizing/
Dnodes.cc1805 target_block = finder.Get(); in MoveBeforeFirstUserAndOutOfLoops()
2849 << " type=" << (!rhs.IsValid() ? "?" : mirror::Class::PrettyClass(rhs.GetTypeHandle().Get())) in operator <<()
2964 return GetClass().Get() == other_load_class->GetClass().Get(); in InstructionDataEquals()
2985 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()
Dcode_generator_x86.h524 return method_address_offset_.Get(method_base->GetId()); in GetMethodAddressOffset()
Dbounds_check_elimination.cc585 return map->Get(instruction->GetId()); in LookupValueRange()
1369 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()
Dgraph_visualizer.cc695 << mirror::Class::PrettyDescriptor(info.GetTypeHandle().Get()); in PrintInstruction()
Dgraph_checker.cc624 ObjPtr<mirror::Class> klass = check->GetClass().Get(); in HandleTypeCheckInstruction()
/art/cmdline/
Dcmdline_parser_test.cc99 auto* actual = map.Get(key); in IsExpectedKeyValue()
/art/runtime/interpreter/mterp/arm/
Dmain.S409 ldr r0, [r2, #SHADOWFRAME_DEX_PC_OFFSET] @ Get starting dex_pc.
/art/runtime/
Druntime_callbacks_test.cc472 if (IsInterestingObject(obj.Get())) { in ObjectWaitStart()
Dhidden_api_test.cc532 linker->RegisterDexFile(*dex_file.get(), h_loader.Get()); in LoadDexFiles()
535 *class_loader = h_loader.Get(); in LoadDexFiles()
Dquick_exception_handler.cc203 self_->SetException(exception_ref.Get()); in FindCatch()
Druntime.cc1652 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingException)->AsThrowable()); in Init()
1656 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingOome)->AsThrowable()); in Init()
1660 boot_image_live_objects->Get(ImageHeader::kOomeWhenHandlingStackOverflow)->AsThrowable()); in Init()
1664 boot_image_live_objects->Get(ImageHeader::kNoClassDefFoundError)->AsThrowable()); in Init()
Dcommon_runtime_test.cc348 mirror::ObjectArray<mirror::Object>::Alloc(self, ca.Get(), array_length))); in FillHeap()
Doat_file_assistant_test.cc1277 soa.Self(), dexfile.Get(), field.second, "I"); in TEST_F()
1280 EXPECT_EQ(field.first, art_field->GetInt(dexfile.Get())); in TEST_F()
/art/dex2oat/
Dverifier_deps_test.cc126 class_linker_->RegisterDexFile(*dex_file, loader.Get()); in LoadDexFile()
214 klass_dst.Get(), in TestAssignabilityRecording()
/art/libprofile/profile/
Dprofile_compilation_info.h832 uint8_t* Get() { return storage_.get(); } in Get() function
Dprofile_compilation_info.cc1356 uncompressed_data.Get()); in LoadInternal()
1582 dex_pc_data->AddClass(dex_profile_index_remap.Get( in MergeWith()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h227 self->SetException(thr.Get()); in DoDexPcMoveEvent()
529 result.SetL(h_result.Get()); in RETURN_OBJECT()
/art/runtime/jit/
Dprofile_saver.cc364 ClassTable* table = class_linker->ClassTableForClassLoader(class_loader.Get()); in SampleClassesAndExecutedMethods()
/art/runtime/native/
Dsun_misc_Unsafe.cc346 *(dst + i) = array->Get(i + of); in copyFromArray()
/art/runtime/interpreter/mterp/
Dmterp.cc759 if (LIKELY(tls_cache->Get(inst, &tls_value))) { in MterpFieldAccessFast()
/art/runtime/gc/
Dheap.cc1967 ObjPtr<mirror::Class> klass = h_class.Get(); in MatchesClass()
2025 if (ref == object_.Get() && (max_count_ == 0 || referring_objects_.size() < max_count_)) { in GetReferringObjects()
3139 if (object_array->Get(i) == ref) { in operator ()()

123456789