Home
last modified time | relevance | path

Searched refs:from (Results 101 – 125 of 208) sorted by relevance

123456789

/art/test/064-field-access/
Dinfo.txt4 attempting to set a protected field from an unrelated class causes an
/art/test/800-smali/smali/
Db_121191566.smali16 # The peephole must not overwrite v4 (from the move-object). Use an integral move
Db_22411633_3.smali26 # merge is only from forward branches. If the conflict isn't used (as here), this should
/art/compiler/optimizing/
Dregister_allocator.h85 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
Dregister_allocator.cc231 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { in SplitBetween() argument
232 HBasicBlock* block_from = liveness_.GetBlockFromPosition(from / 2); in SplitBetween()
266 if ((position > from) && (block_to->GetLifetimeStart() > position)) { in SplitBetween()
Dregister_allocation_resolver.h64 void ConnectSplitSiblings(LiveInterval* interval, HBasicBlock* from, HBasicBlock* to) const;
/art/tools/
Drun-libcore-tests.sh72 --no-getrandom Ignore failures from getrandom() (for kernel < 3.17).
90 3. Run tests only from the libcore.java.lang package on device:
Dhost_bcp.sh21 Extracts boot class path locations from <image> and outputs the appropriate
/art/test/804-class-extends-itself/smali/
Db_28685551.smali15 # Regression test for a class inheriting from itself.
/art/test/175-alloc-big-bignums/
Dinfo.txt3 the garbage collector often enough to prevent us from running out of memory.
/art/tools/ahat/
DREADME.txt74 Restore old presentation of sample paths from gc roots.
75 Fix bug in selection of sample paths from gc root.
94 Simplify presentation of sample path from gc root.
106 Show sample path from GC root with field names in place of dominator path.
/art/libartpalette/
DAndroid.bp21 // Visibility for prebuilt binaries from the prebuilt of this module.
101 "com.android.runtime", // due to the transitive dependency from linker
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S21 GET_INST_OPCODE ip @ extract opcode from rINST
42 GET_INST_OPCODE ip @ extract opcode from rINST
/art/test/952-invoke-custom/
Dexpected.txt1 Caught exception from uninitialized call site
2 Caught exception from uninitialized call site
/art/test/998-redefine-use-after-free/
Dinfo.txt9 Hitting this use-after-free can cause many strange outcomes, from CHECK failures
/art/libprofile/
DAndroid.bp21 // Visibility for prebuilt binaries from the prebuilt of this module.
183 // TODO: Remove CommonRuntimeTest dependency from these tests.
/art/test/115-native-bridge/
Dexpected.txt68 Loading invalid library 'libinvalid.so' from Java, which will fail.
82 back to test from signal handler via siglongjmp(), and done!
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md21 dexdump and are uint16\_t-offsets from the start of the method. On other
31 * Deviating from this format or including a breakpoint that cannot be found at
/art/runtime/arch/arm/
Djni_entrypoints_arm.S81 // If we're coming from JNI stub with tail call, it is LR. If we're coming from
83 // If we're coming directly from compiled code, it is LR, set further down.
/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali26 # behaviour implications so we run it from Main.main.
54 # cannot be detected from runtime so we only test the environment with Checker.
/art/libnativebridge/
Dlibnativebridge.map.txt17 # TODO(b/122710865): Most of these uses come from libnativeloader, which should be bundled
/art/test/2032-default-method-private-override/jasmin/
DConcrete1.j31 ldc "Hello from a private method!"
DConcrete2.j31 ldc "Hello from a private method!"
DConcrete3.j31 ldc "Hello from a private method!"
/art/test/064-field-access/jasmin/
DSubClassUsingInaccessibleField.j27 ; a package-private field from an indirectly inherited package-private class,

123456789