Searched refs:dump2 (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-utils-arm64.cc | 398 Register dump2 = x11; in Dump() local 399 CHECK(!AreAliased(dump_base, dump, tmp, dump2_base, dump2)); in Dump() 406 __ Add(dump2, dump2_base, w_offset); in Dump() 407 __ Str(dump_base_w, MemOperand(dump2, dump_base.code() * kWRegSize)); in Dump() 408 __ Str(dump_w, MemOperand(dump2, dump.code() * kWRegSize)); in Dump() 409 __ Str(tmp_w, MemOperand(dump2, tmp.code() * kWRegSize)); in Dump() 411 __ Add(dump2, dump2_base, x_offset); in Dump() 412 __ Str(dump_base, MemOperand(dump2, dump_base.code() * kXRegSize)); in Dump() 413 __ Str(dump, MemOperand(dump2, dump.code() * kXRegSize)); in Dump() 414 __ Str(tmp, MemOperand(dump2, tmp.code() * kXRegSize)); in Dump() [all …]
|
/external/vixl/test/ |
D | test-utils-a64.cc | 436 Register dump2 = x11; in Dump() local 437 VIXL_ASSERT(!AreAliased(dump_base, dump, tmp, dump2_base, dump2)); in Dump() 444 __ Add(dump2, dump2_base, w_offset); in Dump() 445 __ Str(dump_base_w, MemOperand(dump2, dump_base.code() * kWRegSizeInBytes)); in Dump() 446 __ Str(dump_w, MemOperand(dump2, dump.code() * kWRegSizeInBytes)); in Dump() 447 __ Str(tmp_w, MemOperand(dump2, tmp.code() * kWRegSizeInBytes)); in Dump() 449 __ Add(dump2, dump2_base, x_offset); in Dump() 450 __ Str(dump_base, MemOperand(dump2, dump_base.code() * kXRegSizeInBytes)); in Dump() 451 __ Str(dump, MemOperand(dump2, dump.code() * kXRegSizeInBytes)); in Dump() 452 __ Str(tmp, MemOperand(dump2, tmp.code() * kXRegSizeInBytes)); in Dump() [all …]
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/ |
D | verify.bsh | 20 File dump2 = new File( basedir, "skip-child/target/jacoco.exec" ); 21 if ( dump2.isFile() ) { 22 …ew RuntimeException( "Should not be executed for module 'skip-child', but dump found : " + dump2 );
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/ |
D | PropOrderInfluenceWhenAliasedInGenericCollectionTest.java | 241 String dump2 = yaml.dumpAsMap(customerAB); in testABwithJavaBeanHelpers() local 244 CustomerAB parsed = loader.loadAs(dump2, CustomerAB.class); in testABwithJavaBeanHelpers()
|