Searched refs:start (Results 251 - 256 of 256) sorted by relevance

<<11

/art/compiler/utils/mips/
H A Dassembler_mips.cc3862 uint32_t start = GetLabelLocation(table_label); local
3863 overwrite_location_ = start;
3867 // The table will contain target addresses relative to the table start.
3868 uint32_t offset = GetLabelLocation(target) - start;
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S106 #define SIZE(start,end)
112 #define SIZE(start,end) .size start, .-end
400 /* start executing the instruction at rPC */
H A Dmterp_x86_64.S102 #define SIZE(start,end)
108 #define SIZE(start,end) .size start, .-end
382 /* start executing the instruction at rPC */
/art/test/083-compiler-regressions/src/
H A DMain.java901 fast2.start();
902 slow.start();
903 fast1.start();
/art/compiler/optimizing/
H A Dnodes.h1283 void SetLifetimeStart(size_t start) { lifetime_start_ = start; } argument
2483 // order of blocks where this instruction's live interval start.
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S346 * This macro sets up $gp; entrypoints using it should start with ENTRY_NO_GP.
466 * This macro sets up $gp; entrypoints using it should start with ENTRY_NO_GP.
2452 dsubu $v0, $a0, $a4 # return (current - start);

Completed in 258 milliseconds

<<11