Home
last modified time | relevance | path

Searched refs:place (Results 1 – 7 of 7) sorted by relevance

/art/test/1947-breakpoint-redefine-deopt/
Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
/art/test/994-breakpoint-line/
Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
/art/tools/dexfuzz/
DREADME35 4. Create a new directory, and place some DEX files in here. These are the seed files
75 - ANDROID_DATA must be set, pointing to a location where dex2oat will place
/art/tools/ahat/
DREADME.txt116 Show sample path from GC root with field names in place of dominator path.
/art/runtime/interpreter/mterp/riscv64/
Dinvoke.S991 % if arg_start == "0": # static can place vC into a1; instance already loaded "this" into a1.
1007 % if arg_start == "0": # static can place G into fa4; instance has only 4 args.
1072 % if arg_start == "0": # static can place vCCCC into a1; instance already loaded "this" into a1.
/art/compiler/optimizing/
Dcode_generator_arm64.cc573 __ place(&literal); in EmitTable() local
Dcode_generator_arm_vixl.cc1987 codegen->GetVIXLAssembler()->place(bb_addresses_[i].get()); in EmitTable()