Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 33) sorted by relevance

12

/art/compiler/dex/portable/
Dmir_to_gbc.cc62 ::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/
Djdwp_request.cc90 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
Dobject_registry.cc127 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()
Dobject_registry.h46 JDWP::ObjectId id; member
68 template<typename T> T Get(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Get()
Djdwp.h67 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/
Dintrinsic_helper.h111 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()
Druntime_support_builder.h73 ::llvm::Function* GetRuntimeSupportFunction(runtime_support::RuntimeId id) { in GetRuntimeSupportFunction()
Dintrinsic_helper.cc105 IntrinsicId id = static_cast<IntrinsicId>(i); in IntrinsicHelper() local
/art/test/114-ParallelGC/src/
DMain.java91 private final int id; field in Main
96 private Main(int id, SynchronousQueue<Boolean> waitOn, SynchronousQueue<Boolean> pushTo, in Main()
/art/runtime/
Dmonitor_pool.cc107 MonitorId id = mon_uninitialized->monitor_id_; in CreateMonitorInPool() local
120 MonitorId id = monitor->monitor_id_; in ReleaseMonitorToPool() local
Dmonitor_pool.h143 static size_t MonitorIdToOffset(MonitorId id) { in MonitorIdToOffset()
Ddebugger.cc168 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/
Dreg_type_cache-inl.h27 inline RegType& RegTypeCache::GetFromId(uint16_t id) const { in GetFromId()
/art/test/004-ThreadStress/src/
DMain.java176 private final int id; field in Main
180 private Main(Object lock, int id, Operation[] operations) { in Main()
/art/compiler/
Delf_patcher.cc154 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/
Ddot_gen.cc34 for (unsigned int id = 0; id < ordered_regions_.size(); id++) { in Initialize() local
/art/compiler/dex/
Dglobal_value_numbering.cc162 uint16_t id = field_index_map_.size(); in GetFieldId() local
Dmir_graph_test.cc125 BasicBlockId id = cu_.mir_graph->topological_order_->Get(i); in ComputeTopologicalSortOrder() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc100 AllocRaceTask(size_t id, size_t iterations, size_t size, LargeObjectSpace* los) : in AllocRaceTask()
/art/compiler/optimizing/
Dgraph_visualizer.cc58 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty()
Dssa_test.cc66 int id = 0; in ReNumberInstructions() local
Dnodes.cc53 int id = block->GetBlockId(); in VisitBlockForBackEdges() local
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc49 for (unsigned int id = 0; id < ordered_regions_.size(); id++) { in Initialize() local
/art/runtime/hprof/
Dhprof.cc559 size_t id = p.second; in WriteStringTable() local
626 HprofStringId id = next_string_id_++; in LookupStringId() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc243 static void VMDebug_infopoint(JNIEnv*, jclass, jint id) { in VMDebug_infopoint()

12