Searched refs:set (Results 26 - 50 of 50) sorted by relevance

12

/art/runtime/verifier/
H A Dreg_type_cache.cc175 // instantiable or an interface with the precise type set to false.
279 std::set<uint16_t> types;
288 std::set<uint16_t> right_types = (down_cast<UnresolvedMergedType*>(&non_const))->GetMergedTypes();
297 std::set<uint16_t> cur_entry_types =
309 std::set<uint16_t> check_types = tmp_entry->GetMergedTypes();
H A Dreg_type.cc396 std::set<uint16_t> types = GetMergedTypes();
588 std::set<uint16_t> UnresolvedMergedType::GetMergedTypes() const {
598 std::set<uint16_t> types;
605 std::set<uint16_t> right_types = right->GetMergedTypes();
H A Dreg_type_test.cc22 #include <set>
469 std::set<uint16_t> merged_ids = (down_cast<UnresolvedMergedType*>(&merged_nonconst))->GetMergedTypes();
H A Dreg_type.h28 #include <set>
908 // The complete set of merged types.
909 std::set<uint16_t> GetMergedTypes() const;
/art/runtime/base/
H A Dmutex.cc102 std::set<BaseMutex*>* all_mutexes;
126 std::set<BaseMutex*>** all_mutexes_ptr = &all_mutex_data->all_mutexes;
128 // We leak the global set of all mutexes to avoid ordering issues in global variable
130 *all_mutexes_ptr = new std::set<BaseMutex*>();
147 std::set<BaseMutex*>* all_mutexes = all_mutex_data->all_mutexes;
152 typedef std::set<BaseMutex*>::const_iterator It;
/art/runtime/
H A Dtrace.cc491 std::set<mirror::ArtMethod*> visited_methods;
652 std::set<mirror::ArtMethod*>* visited_methods) {
664 void Trace::DumpMethodList(std::ostream& os, const std::set<mirror::ArtMethod*>& visited_methods) {
H A Ddex_file_verifier.cc1069 const DexFile::AnnotationSetItem* set = local
1071 const uint32_t* item = set->entries_;
1072 uint32_t count = set->size_;
1074 if (!CheckPointerRange(set, set + 1, "annotation_set_item") ||
1662 const DexFile::AnnotationSetItem* set = reinterpret_cast<const DexFile::AnnotationSetItem*>(ptr_); local
1663 const uint32_t* offsets = set->entries_;
1664 uint32_t count = set->size_;
H A Dthread_list.cc582 allocated_ids_.set(i);
H A Ddebugger.cc21 #include <set>
108 std::set<uint32_t> dex_pcs;
651 // Set ACC_SUPER; dex files don't contain this flag, but all classes are supposed to have it set.
652 // Class.getModifiers doesn't return it, but JDWP does, so we set it here.
2526 // Add everything from the last entry up until here to the set
2579 for (std::set<uint32_t>::iterator it = gSingleStepControl.dex_pcs.begin() ; it != gSingleStepControl.dex_pcs.end(); ++it) {
3004 * Because we broadcast the full set of threads when the notifications are
3637 std::set<std::string> table_;
H A Dclass_linker.cc1075 // String class root was set above
1142 std::set<mirror::Class*>* classes = reinterpret_cast<std::set<mirror::Class*>*>(arg);
1148 std::set<mirror::Class*> classes;
1730 // Make sure that none of our runtime-only flags are set.
1883 // introducing a finalizer. We don't want to set the finalizable flag for Enum or its
2080 // all arrays are subclasses of java_lang_Object_, so we need to set
2122 // don't need to set new_class->SetObjectSize(..)
2127 // interfaces. We need to set that up here, so that stuff like
2515 // Note: we're going here during compilation and at runtime. When we set th
[all...]
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc51 const std::set<Region*>* dominated_regions = current_region->GetIDominatedSet();
52 for (std::set<Region*>::const_iterator cit = dominated_regions->begin();
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S19 .set noreorder
151 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
960 addiu $sp, $sp, -48 # save return values and set up args
975 move $t0, $v0 # set aside returned link register
976 move $ra, $v1 # set link register for deoptimization
/art/runtime/hprof/
H A Dhprof.cc38 #include <set>
174 typedef std::set<mirror::Class*> ClassSet;
175 typedef std::set<mirror::Class*>::iterator ClassSetIterator;
346 // TODO: set an error flag so future ops will fail
654 // If direct_to_ddms_ is set, "filename_" and "fd" will be ignored.
745 // only true when marking the root set or unreachable
/art/runtime/gc/collector/
H A Dmark_sweep.h86 // Marks the root set at the start of a garbage collection.
132 // Remarks the root set after completing the concurrent mark.
242 // Returns true if the object has its bit set in the mark bitmap.
264 // space set, removing the object from the set.
277 // Marks or unmarks a large object based on whether or not set is true. If set is true, then we
279 bool MarkLargeObject(const mirror::Object* obj, bool set)
H A Dmark_sweep.cc202 // Re-mark root set.
284 // Recursively mark all the non-image bits set in the mark bitmap.
451 bool MarkSweep::MarkLargeObject(const Object* obj, bool set) { argument
468 if (set) {
564 // Marks all objects in the root set.
929 // Populates the mark stack based on the set of marked objects and
1494 // Restart the mark with the newly black references added to the root set.
/art/runtime/native/
H A Djava_lang_reflect_Field.cc328 NATIVE_METHOD(Field, set, "(Ljava/lang/Object;Ljava/lang/Object;)V"),
/art/compiler/
H A Dimage_writer.cc249 std::set<std::string>* non_image_classes;
260 std::set<std::string> non_image_classes;
528 // We assume all methods have code. If they don't currently then we set them to the use the
542 // Use original code if it exists. Otherwise, set the code pointer to the resolution
555 // The native method's pointer is set to a stub to lookup via dlsym.
/art/test/
H A DAndroid.mk115 $(DEX2OAT) --runtime-arg -Xms16m --runtime-arg -Xmx16m --boot-image=$(HOST_CORE_IMG_OUT) --dex-file=$(PWD)/$$< --oat-file=$(PWD)/$$@ --instruction-set=$(HOST_ARCH) --host --host-prefix="" --android-root=$(HOST_OUT)
/art/tools/
H A Dcpplint.py241 'pair.h', 'pthread_alloc', 'queue', 'set', 'set.h', 'sstream', 'stack',
352 # {str, set(int)}: a map from error categories to sets of linenumbers
357 # This is set by --root flag.
378 _error_suppressions.setdefault(None, set()).add(linenum)
383 _error_suppressions.setdefault(category, set()).add(linenum)
390 "Resets the set of NOLINT suppressions to empty."
406 return (linenum in _error_suppressions.get(category, set()) or
407 linenum in _error_suppressions.get(None, set()))
437 # self._section will move monotonically through this set
[all...]
/art/oatdump/
H A Doatdump.cc161 typedef std::set<uint32_t>::iterator It;
659 std::set<uint32_t> offsets_;
1060 std::set<const void*> already_seen_;
/art/compiler/dex/
H A Dmir_graph.h605 std::set<uint32_t> catches_;
/art/compiler/driver/
H A Dcompiler_driver.cc609 std::set<std::pair<uint16_t, const DexFile*> >& exceptions_to_resolve)
630 // Add to set of types to resolve if not already in the dex cache resolved types
648 std::set<std::pair<uint16_t, const DexFile*> >* exceptions_to_resolve =
649 reinterpret_cast<std::set<std::pair<uint16_t, const DexFile*> >*>(arg);
699 std::set<std::pair<uint16_t, const DexFile*> > unresolved_exception_types;
2480 LOG(FATAL) << "Unknown instruction set: " << instruction_set;
/art/runtime/gc/
H A Dheap.h603 std::set<int> process_state_cares_about_pause_time_;
661 // For a GC cycle, a bitmap that is set corresponding to the
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S126 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
280 mov ip, #0 @ set ip to 0
901 blx r12 @ call method with lr set to art_quick_instrumentation_exit
/art/compiler/dex/quick/
H A Dcodegen_util.cc419 default: LOG(FATAL) << "Unexpected instruction set: " << cu_->instruction_set;
477 for (std::set<uint32_t>::const_iterator it = mir_graph_->catches_.begin();
565 // Resize table and set up header.
788 * branch table during the assembly phase. Be sure to set
980 * set to NULL;
1044 /* Align and set */

Completed in 620 milliseconds

12