Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 6 of 6) sorted by relevance

/art/test/2033-shutdown-mechanics/
Dinfo.txt2 in native code, the JNI environment is suitably adjusted so that we
/art/test/435-try-finally-without-catch/
Dinfo.txt24 assertions. The optimizing compiler was thus adjusted to remove these
/art/runtime/
Dnative_gc_triggering.md56 1. An adjusted heap size for GC triggering. This consists of the Java heap size at which we would
63 2. An adjusted count of current bytes allocated. This is basically the number of bytes currently
/art/compiler/optimizing/
Dcode_generator_riscv64.h379 void GenPackedSwitchWithCompares(XRegister adjusted,
383 void GenTableBasedPackedSwitch(XRegister adjusted,
Dcode_generator_riscv64.cc2031 void InstructionCodeGeneratorRISCV64::GenPackedSwitchWithCompares(XRegister adjusted, in GenPackedSwitchWithCompares() argument
2045 __ Beqz(adjusted, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()
2051 __ Addi(temp, adjusted, -2); in GenPackedSwitchWithCompares()
2052 adjusted = temp; in GenPackedSwitchWithCompares()
2053 __ Bltz(adjusted, codegen_->GetLabelOf(successors[index + 1])); in GenPackedSwitchWithCompares()
2059 void InstructionCodeGeneratorRISCV64::GenTableBasedPackedSwitch(XRegister adjusted, in GenTableBasedPackedSwitch() argument
2086 __ Slli(temp, adjusted, 2); in GenTableBasedPackedSwitch()
4846 XRegister adjusted = value; in VisitPackedSwitch() local
4848 adjusted = temp; in VisitPackedSwitch()
4860 __ Bgeu(adjusted, temp2, codegen_->GetLabelOf(default_block)); // Can clobber `TMP` if taken. in VisitPackedSwitch()
[all …]
/art/compiler/jni/
Djni_cfi_test_expected.inc2 // For now, the gc_is_marking offset can be adjusted by tweaking the last CL that made a