Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 13 of 13) sorted by relevance

/art/test/566-checker-codegen-select/
Dinfo.txt1 Test the use positions of inputs of non-materialized conditions.
/art/test/565-checker-condition-liveness/
Dinfo.txt1 Test the use positions of inputs of non-materialized conditions.
/art/test/dexdump/
Dall.txt116 positions :
145 positions :
192 positions :
239 positions :
262 positions :
288 positions :
308 positions :
335 positions :
361 positions :
393 positions :
[all …]
Dinvoke-polymorphic.txt64 positions :
93 positions :
Dinvoke-custom.txt74 positions :
92 positions :
144 positions :
190 positions :
215 positions :
Dstaticfields.txt119 positions :
Dvalues.txt331 positions :
348 positions :
Dbytecodes.txt136 positions :
183 positions :
235 positions :
281 positions :
471 positions :
588 positions :
777 positions :
879 positions :
999 positions :
1062 positions :
[all …]
Dcheckers.txt64 positions :
93 positions :
110 positions :
154 positions :
273 positions :
311 positions :
403 positions :
427 positions :
445 positions :
478 positions :
[all …]
/art/test/056-const-string-jumbo/
Dbuild49 …${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --output=classes.dex clas…
/art/test/510-checker-try-catch/smali/
DRuntime.smali25 # Test register allocation of 32-bit core intervals crossing catch block positions.
58 # Test register allocation of 64-bit core intervals crossing catch block positions.
109 # Test register allocation of 32-bit floating-point intervals crossing catch block positions.
145 # Test register allocation of 64-bit floating-point intervals crossing catch block positions.
/art/dexlayout/
Ddexlayout.cc827 std::vector<std::unique_ptr<dex_ir::PositionInfo>>& positions = debug_info->GetPositionInfo(); in DumpPositionInfo() local
828 for (size_t i = 0; i < positions.size(); ++i) { in DumpPositionInfo()
829 fprintf(out_file_, " 0x%04x line=%d\n", positions[i]->address_, positions[i]->line_); in DumpPositionInfo()
Ddex_ir.cc44 PositionInfoVector& positions = debug_info->GetPositionInfo(); in GetPositionsCb() local
45 positions.push_back(std::unique_ptr<PositionInfo>(new PositionInfo(entry.address_, entry.line_))); in GetPositionsCb()