Searched refs:adjusted (Results 1 – 6 of 6) sorted by relevance
/art/test/2033-shutdown-mechanics/ |
D | info.txt | 2 in native code, the JNI environment is suitably adjusted so that we
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 24 assertions. The optimizing compiler was thus adjusted to remove these
|
/art/runtime/ |
D | native_gc_triggering.md | 56 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/ |
D | code_generator_riscv64.h | 379 void GenPackedSwitchWithCompares(XRegister adjusted, 383 void GenTableBasedPackedSwitch(XRegister adjusted,
|
D | code_generator_riscv64.cc | 2031 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/ |
D | jni_cfi_test_expected.inc | 2 // For now, the gc_is_marking offset can be adjusted by tweaking the last CL that made a
|