Searched defs:uint32_t (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | monitor_linux.cc | 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { in LogContentionEvent() argument
|
D | trace.cc | 786 uint32_t /*dex_pc*/, int32_t /*dex_pc_offset*/) in Branch() argument
|
/art/libnativebridge/tests/ |
D | NativeBridgeTestCase.cpp | 33 const char* /* shorty */, uint32_t /* len */) { in native_bridge_getTrampoline() argument
|
D | NativeBridgeTestCase2.cpp | 35 const char* /* shorty */, uint32_t /* len */) { in native_bridge2_getTrampoline() argument
|
D | NativeBridgeTestCase6.cpp | 36 const char* /* shorty */, uint32_t /* len */) { in native_bridge6_getTrampoline() argument
|
D | NativeBridgeTestCase3.cpp | 36 const char* /* shorty */, uint32_t /* len */) { in native_bridge3_getTrampoline() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 285 const std::map<uint32_t, uint32_t>& index_map, in ProcessDexFile() 299 const std::map<uint32_t, uint32_t>& index_map, in ProcessDexFile() 300 /*inout*/ StaticFieldAccessStats* stats) { in ProcessDexFile()
|
/art/compiler/optimizing/ |
D | block_builder.cc | 227 const ScopedArenaSafeMap<uint32_t, const dex::TryItem*>& try_block_info) { in GetTryItem() 239 const ScopedArenaSafeMap<uint32_t, HBasicBlock*>& catch_blocks) { in LinkToCatchBlocks()
|
/art/libartbase/base/ |
D | bit_memory_region.h | 326 ALWAYS_INLINE void WriteInterleavedVarints(std::array<uint32_t, N> values) { in WriteInterleavedVarints()
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1097 [](const std::string&, uint32_t) -> bool { return false; }; in TEST_F() argument 1128 [](const std::string&, uint32_t) -> bool { return true; }; in TEST_F() argument
|