Home
last modified time | relevance | path

Searched refs:data (Results 351 – 358 of 358) sorted by relevance

1...<<1112131415

/art/runtime/jit/
Djit.cc455 jit_compiler_->TypesLoaded(visitor.classes_.data(), visitor.classes_.size()); in DumpTypeInfoForLoadedTypes()
/art/test/dexdump/
Dcheckers.txt309 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units)
401 001914: 0001 0300 0000 0000 0800 0000 3600 ... |0094: packed-switch-data (10 units)
476 0019d8: 0001 0300 0000 0000 0800 0000 0300 ... |0022: packed-switch-data (10 units)
2140 002d30: 0001 0300 0000 0000 1a00 0000 2400 ... |00fc: packed-switch-data (10 units)
2191 002de4: 0001 0600 0100 0000 0400 0000 1000 ... |0048: packed-switch-data (16 units)
3412 003d84: 0001 0600 0100 0000 a803 0000 ce03 ... |04e0: packed-switch-data (16 units)
3577 003f50: 0001 0900 0000 0000 0c00 0000 0e00 ... |002a: packed-switch-data (22 units)
4353 00485a: 2600 0700 0000 |0461: fill-array-data v0, 00000468 // +00000007
4357 004868: 0003 0400 8100 0000 6745 68ba ff5c ... |0468: array-data (262 units)
5143 00555c: 0001 0300 0200 0000 aa00 0000 4001 ... |04ea: packed-switch-data (10 units)
[all …]
Dinvoke-custom.txt3779 0033f4: 0001 0200 0100 0000 1800 0000 0900 ... |0058: packed-switch-data (8 units)
/art/compiler/optimizing/
Dcode_generator.cc1132 CheckLoopEntriesCanBeUsedForOsr(*graph_, CodeInfo(stack_map.data()), *code_item); in BuildStackMaps()
Dcode_generator_arm64.cc4938 MemoryRegion code_region(code->data(), code->size()); in EmitThunkCode()
6626 uint8_t* data = code + literal_offset; in PatchJitRootUse() local
6627 reinterpret_cast<uint32_t*>(data)[0] = dchecked_integral_cast<uint32_t>(address); in PatchJitRootUse()
Dcode_generator_arm_vixl.cc9489 MemoryRegion code_region(code->data(), code->size()); in EmitThunkCode()
9699 uint8_t* data = code + literal_offset; in PatchJitRootUse() local
9700 reinterpret_cast<uint32_t*>(data)[0] = dchecked_integral_cast<uint32_t>(address); in PatchJitRootUse()
/art/runtime/
Dthread.cc543 void Thread::SetCustomTLS(const char* key, TLSData* data) { in SetCustomTLS() argument
546 std::unique_ptr<TLSData> old_data(data); in SetCustomTLS()
/art/dex2oat/
Ddex2oat.cc873 Usage("Failed to parse hexadecimal value for option %s", option.data()); in ParseBase()

1...<<1112131415