/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 62 ::llvm::BasicBlock* MirConverter::GetLLVMBlock(int id) { in GetLLVMBlock() 72 art::llvm::IntrinsicHelper::IntrinsicId id = art::llvm::IntrinsicHelper::SetVReg; in SetVregOnValue() local 195 art::llvm::IntrinsicHelper::IntrinsicId id, RegLocation rl_dest) { in ConvertSget() 203 art::llvm::IntrinsicHelper::IntrinsicId id, RegLocation rl_src) { in ConvertSput() 212 art::llvm::IntrinsicHelper::IntrinsicId id; in ConvertFillArrayData() local 223 art::llvm::IntrinsicHelper::IntrinsicId id; in EmitConst() local 251 art::llvm::IntrinsicHelper::IntrinsicId id; in EmitCopy() local 286 art::llvm::IntrinsicHelper::IntrinsicId id, in ConvertMonitorEnterExit() 307 art::llvm::IntrinsicHelper::IntrinsicId id = in EmitSuspendCheck() local 365 art::llvm::IntrinsicHelper::IntrinsicId id; in GenDivModOp() local [all …]
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 90 FieldId id = Read4BE(); in ReadFieldId() local 96 MethodId id = Read4BE(); in ReadMethodId() local 102 ObjectId id = Read8BE(); in ReadObjectId() local 124 RefTypeId id = Read8BE(); in ReadRefTypeId() local 130 FrameId id = Read8BE(); in ReadFrameId() local
|
D | object_registry.cc | 127 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet() 138 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject() 150 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) { in DisableCollection() 158 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { in EnableCollection() 188 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { in IsCollected() 202 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) { in DisposeObject()
|
D | object_registry.h | 46 JDWP::ObjectId id; member 68 template<typename T> T Get(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Get()
|
D | jdwp.h | 67 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd4BE(pReply, id)… in expandBufAddFieldId() 68 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd4BE(pReply, i… in expandBufAddMethodId() 69 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() 70 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() 71 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
|
/art/compiler/llvm/ |
D | intrinsic_helper.h | 111 static const IntrinsicInfo& GetInfo(IntrinsicId id) { in GetInfo() 117 static const char* GetName(IntrinsicId id) { in GetName() 121 static unsigned GetAttr(IntrinsicId id) { in GetAttr() 128 ::llvm::Function* GetIntrinsicFunction(IntrinsicId id) { in GetIntrinsicFunction()
|
D | runtime_support_builder.h | 73 ::llvm::Function* GetRuntimeSupportFunction(runtime_support::RuntimeId id) { in GetRuntimeSupportFunction()
|
D | intrinsic_helper.cc | 105 IntrinsicId id = static_cast<IntrinsicId>(i); in IntrinsicHelper() local
|
/art/test/114-ParallelGC/src/ |
D | Main.java | 91 private final int id; field in Main 96 private Main(int id, SynchronousQueue<Boolean> waitOn, SynchronousQueue<Boolean> pushTo, in Main()
|
/art/runtime/ |
D | monitor_pool.cc | 107 MonitorId id = mon_uninitialized->monitor_id_; in CreateMonitorInPool() local 120 MonitorId id = monitor->monitor_id_; in ReleaseMonitorToPool() local
|
D | monitor_pool.h | 143 static size_t MonitorIdToOffset(MonitorId id) { in MonitorIdToOffset()
|
D | debugger.cc | 168 void SetThinLockId(uint16_t id) { in SetThinLockId() 404 static mirror::Array* DecodeArray(JDWP::RefTypeId id, JDWP::JdwpError& status) in DecodeArray() 419 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError& status) in DecodeClass() 863 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject() 873 JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId& superclass_id) { in GetSuperclass() 888 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader() 897 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers() 1390 JDWP::ObjectId id = request.ReadObjectId(); in SetArrayElements() local
|
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 27 inline RegType& RegTypeCache::GetFromId(uint16_t id) const { in GetFromId()
|
/art/test/004-ThreadStress/src/ |
D | Main.java | 176 private final int id; field in Main 180 private Main(Object lock, int id, Operation[] operations) { in Main()
|
/art/compiler/ |
D | elf_patcher.cc | 154 const DexFile::MethodId& id = in SetPatchLocation() local 165 const DexFile::TypeId& id = tpatch->GetDexFile().GetTypeId(tpatch->GetTargetTypeIdx()); in SetPatchLocation() local
|
/art/compiler/sea_ir/debug/ |
D | dot_gen.cc | 34 for (unsigned int id = 0; id < ordered_regions_.size(); id++) { in Initialize() local
|
/art/compiler/dex/ |
D | global_value_numbering.cc | 162 uint16_t id = field_index_map_.size(); in GetFieldId() local
|
D | mir_graph_test.cc | 125 BasicBlockId id = cu_.mir_graph->topological_order_->Get(i); in ComputeTopologicalSortOrder() local
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 100 AllocRaceTask(size_t id, size_t iterations, size_t size, LargeObjectSpace* los) : in AllocRaceTask()
|
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 58 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty()
|
D | ssa_test.cc | 66 int id = 0; in ReNumberInstructions() local
|
D | nodes.cc | 53 int id = block->GetBlockId(); in VisitBlockForBackEdges() local
|
/art/compiler/sea_ir/code_gen/ |
D | code_gen.cc | 49 for (unsigned int id = 0; id < ordered_regions_.size(); id++) { in Initialize() local
|
/art/runtime/hprof/ |
D | hprof.cc | 559 size_t id = p.second; in WriteStringTable() local 626 HprofStringId id = next_string_id_++; in LookupStringId() local
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 243 static void VMDebug_infopoint(JNIEnv*, jclass, jint id) { in VMDebug_infopoint()
|