Home
last modified time | relevance | path

Searched refs:directly (Results 1 – 24 of 24) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DMethodCall.java34 private void directly() {} in directly() method in MethodCall
62 inst.directly(); in run()
/art/test/970-iface-super-resolution-gen/
Dexpected-stdout.txt1 [DO_NOT_UPDATE] This file is generated by util-src/generate_smali.py do not directly modify!
/art/test/961-default-iface-resolution-gen/
Dexpected-stdout.txt1 [DO_NOT_UPDATE] This file is generated by util-src/generate_smali.py do not directly modify!
/art/test/964-default-iface-init-gen/
Dexpected-stdout.txt1 [DO_NOT_UPDATE] This file is generated by util-src/generate_smali.py do not directly modify!
/art/test/968-default-partial-compile-gen/
Dexpected-stdout.txt1 [DO_NOT_UPDATE] This file is generated by util-src/generate_smali.py do not directly modify!
/art/test/971-iface-super/
Dexpected-stdout.txt1 [DO_NOT_UPDATE] This file is generated by util-src/generate_smali.py do not directly modify!
/art/test/800-smali/smali/
Db_134061982.smali50 # Direct leg is directly covered by catch_outer.
53 # Indirect leg is directly covered by catch_inner.
Db_134061983_2.smali50 # Direct leg is directly covered by catch_outer.
53 # Indirect leg is directly covered by catch_inner.
/art/test/808-checker-invoke-super/
Dinfo.txt1 Test that even if a supercall cannot directly reference the resolved method
/art/test/2041-bad-cleaner/
Dinfo.txt2 run directly in the ReferenceQueueDaemon. The Cleaner never finishes.
/art/test/1950-unprepared-transform/
Dexpected-stdout.txt2 …oad callback is not supported to prevent deadlocks. Please use ClassFileLoadHook directly instead.)
/art/test/2048-bad-native-registry/
Dinfo.txt3 run directly in the ReferenceQueueDaemon. The native finalizer never finishes.
/art/test/1976-hello-structural-static-methods/
Dexpected-stdout.txt1 Running directly
21 Running directly after redef
/art/test/980-redefine-object/
Dinfo.txt9 annotations on the Object class are read by the runtime directly.
/art/runtime/arch/arm/
Djni_entrypoints_arm.S155 // If we're coming directly from compiled code, it is LR, set further down.
/art/compiler/
DAndroid.bp72 // `libart-disassembler` directly with `shared_libs` or `static_libs`.
115 // `libartd-disassembler` directly with `shared_libs` or `static_libs`.
/art/runtime/
Dnative_gc_triggering.md37 Thus we switched to a scheme in which sizes of native objects are commonly no longer directly
Dmutator_gc_coord.md147 a thread because it is blocked, directly, or indirectly, on the GC completing
203 to respond to nonempty checkpoints and suspend requests cannot directly block
/art/build/
DAndroid.bp215 // method InstructionSetFeatures::FromCppDefines(). Since invoking dex2oat directly
/art/test/
DREADME.md115 One can also directly use the various `test-art-...-dependencies` targets listed
/art/build/apex/
DAndroid.bp113 // This is much easier than trying to make the test depend on them directly,
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S978 # TODO: Use some other register for shorty and prefetch the instruction directly to wINST.
/art/test/1980-obsolete-object-cleared/
Dexpected-stdout.txt5 Using unsafe to access values directly from memory.
12 Using unsafe to access obsolete values directly from memory.
/art/tools/fuzzer/
DAndroid.bp86 // TODO(b/171429704): Remove this genrule and use the zip directly.