/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 45 ::llvm::BasicBlock* MirConverter::GetLLVMBlock(int id) { in GetLLVMBlock() 55 art::llvm::IntrinsicHelper::IntrinsicId id = art::llvm::IntrinsicHelper::SetVReg; in SetVregOnValue() local 178 art::llvm::IntrinsicHelper::IntrinsicId id, RegLocation rl_dest) { in ConvertSget() 186 art::llvm::IntrinsicHelper::IntrinsicId id, RegLocation rl_src) { in ConvertSput() 195 art::llvm::IntrinsicHelper::IntrinsicId id; in ConvertFillArrayData() local 206 art::llvm::IntrinsicHelper::IntrinsicId id; in EmitConst() local 234 art::llvm::IntrinsicHelper::IntrinsicId id; in EmitCopy() local 269 art::llvm::IntrinsicHelper::IntrinsicId id, in ConvertMonitorEnterExit() 290 art::llvm::IntrinsicHelper::IntrinsicId id = in EmitSuspendCheck() local 348 art::llvm::IntrinsicHelper::IntrinsicId id; in GenDivModOp() local [all …]
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 88 FieldId id = Read4BE(); in ReadFieldId() local 94 MethodId id = Read4BE(); in ReadMethodId() local 100 ObjectId id = Read8BE(); in ReadObjectId() local 122 RefTypeId id = Read8BE(); in ReadRefTypeId() local 128 FrameId id = Read8BE(); in ReadFrameId() local
|
D | object_registry.cc | 109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet() 120 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject() 129 void ObjectRegistry::DisableCollection(JDWP::ObjectId id) { in DisableCollection() 139 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { in EnableCollection() 171 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { in IsCollected() 188 void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t reference_count) { in DisposeObject()
|
D | object_registry.h | 44 JDWP::ObjectId id; member 60 template<typename T> T Get(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Get()
|
D | jdwp.h | 59 static inline void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { expandBufAdd4BE(pReply, id)… in expandBufAddFieldId() 60 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd4BE(pReply, i… in expandBufAddMethodId() 61 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId() 62 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply,… in expandBufAddRefTypeId() 63 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
|
/art/test/ParallelGC/ |
D | ParallelGC.java | 34 private final int id; field in ParallelGC 36 private ParallelGC(int id) { in ParallelGC()
|
/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/runtime/verifier/ |
D | reg_type_cache-inl.h | 38 inline const art::verifier::RegType& RegTypeCache::GetFromId(uint16_t id) const { in GetFromId()
|
/art/test/ThreadStress/ |
D | ThreadStress.java | 176 private final int id; field in ThreadStress 180 private ThreadStress(Object lock, int id, Operation[] operations) { in ThreadStress()
|
/art/compiler/sea_ir/debug/ |
D | dot_gen.cc | 34 for (unsigned int id = 0; id < ordered_regions_.size(); id++) { in Initialize() local
|
/art/jdwpspy/ |
D | Net.cpp | 474 u4 length, id; in dumpPacket() local
|
/art/runtime/ |
D | debugger.cc | 217 static mirror::Array* DecodeArray(JDWP::RefTypeId id, JDWP::JdwpError& status) in DecodeArray() 232 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError& status) in DecodeClass() 608 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject() 618 JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId& superclass_id) { in GetSuperclass() 633 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader() 642 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers() 1085 JDWP::ObjectId id = request.ReadObjectId(); in SetArrayElements() local 3058 JDWP::ObjectId id = gRegistry->Add(t->GetPeer()); in PostThreadStartOrStop() local
|
D | thread_list.cc | 590 void ThreadList::ReleaseThreadId(Thread* self, uint32_t id) { in ReleaseThreadId()
|
D | dex_file.cc | 694 uint32_t id = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0() local
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 371 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target); in InstallLiteralPools() local 387 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target); in InstallLiteralPools() 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 | 541 size_t id = (*it).second; in WriteStringTable() local 606 HprofStringId id = next_string_id_++; in LookupStringId() local
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 225 static void VMDebug_infopoint(JNIEnv*, jclass, jint id) { in VMDebug_infopoint()
|
/art/compiler/ |
D | image_writer.cc | 709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx()); in SetPatchLocation() local
|
/art/compiler/dex/ |
D | mir_graph.h | 255 int id; member
|