HomeSort by relevance Sort by last modified time
    Searched refs:osr (Results 1 - 23 of 23) sorted by null

  /art/runtime/jit/
profiling_info.h 80 bool IsMethodBeingCompiled(bool osr) const {
81 return osr
86 void SetIsMethodBeingCompiled(bool value, bool osr) {
87 if (osr) {
128 return IsMethodBeingCompiled(/*osr=*/ true) || IsMethodBeingCompiled(/*osr=*/ false) ||
jit_code_cache.h 103 bool NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr)
119 void DoneCompiling(ArtMethod* method, Thread* self, bool osr)
140 bool osr,
301 bool osr,
445 // Holds osr compiled code associated to the ArtMethod.
jit_code_cache.cc 606 bool osr,
617 osr,
631 osr,
1201 bool osr = osr_code_map_.find(method) != osr_code_map_.end(); local
    [all...]
jit.cc 249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool baseline, bool osr) {
272 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, osr)) {
278 << " osr=" << std::boolalpha << osr; local
279 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, baseline, osr);
280 code_cache_->DoneCompiling(method_to_compile, self, osr);
284 << " osr=" << std::boolalpha << osr; local
418 // Don't attempt to do an OSR if we are close to the stack limit. Since
419 // the interpreter frames are still on stack, OSR has the potentia
    [all...]
jit.h 165 // How frequently should the interpreter check to see if OSR compilation is ready.
173 bool CompileMethod(ArtMethod* method, Thread* self, bool baseline, bool osr)
277 // If an OSR compiled version is available for `method`,
  /art/compiler/jit/
jit_compiler.h 40 bool CompileMethod(Thread* self, ArtMethod* method, bool baseline, bool osr)
jit_compiler.cc 132 void* handle, ArtMethod* method, Thread* self, bool baseline, bool osr)
136 return jit_compiler->CompileMethod(self, method, baseline, osr);
184 bool JitCompiler::CompileMethod(Thread* self, ArtMethod* method, bool baseline, bool osr) {
201 success = compiler_->JitCompile(self, code_cache, method, baseline, osr, jit_logger_.get());
  /device/google/bonito/sdm710/original-kernel-headers/linux/mfd/
msm-adie-codec.h 70 u32 osr; member in struct:adie_codec_hwsetting_entry
106 u32 freq_plan, u32 osr);
132 u32 freq_plan, u32 osr);
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/
msm-adie-codec.h 70 u32 osr; member in struct:adie_codec_hwsetting_entry
106 u32 freq_plan, u32 osr);
132 u32 freq_plan, u32 osr);
  /device/google/bonito/sdm710/kernel-headers/linux/mfd/
msm-adie-codec.h 45 u32 osr; member in struct:adie_codec_hwsetting_entry
70 int(* codec_setpath) (struct adie_codec_path * path_ptr, u32 freq_plan, u32 osr);
  /device/google/crosshatch/sdm845/kernel-headers/linux/mfd/
msm-adie-codec.h 45 u32 osr; member in struct:adie_codec_hwsetting_entry
70 int(* codec_setpath) (struct adie_codec_path * path_ptr, u32 freq_plan, u32 osr);
  /external/u-boot/drivers/serial/
serial_lpuart.c 185 u32 sbr, osr, baud_diff, tmp_osr, tmp_sbr, tmp_diff, tmp; local
189 osr = 0;
210 osr = tmp_osr;
225 if ((osr > 3) && (osr < 8))
229 tmp |= LPUART_BAUD_OSR(osr-1);
  /art/compiler/
compiler.h 78 bool osr ATTRIBUTE_UNUSED,
  /external/eigen/test/
product_mmtr.cpp 42 MatrixRowMaj osr(othersize,size); osr.setRandom();
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_pio.h 45 u32 osr; /* 0x18 Output Status Register */ member in struct:at91_port
  /art/compiler/optimizing/
optimizing_compiler.cc 300 bool osr,
385 bool osr,
784 bool osr,
    [all...]
code_generator.cc 1109 bool osr = local
    [all...]
nodes.h 322 bool osr = false,
357 osr_(osr),
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 1568 int odr, osr = 0; local
1637 int odr, osr = 0; local
    [all...]
  /external/u-boot/drivers/gpio/
at91_gpio.c 219 val = readl(&at91_port->osr);
  /external/u-boot/arch/powerpc/include/asm/
immap_86xx.h 1028 uint osr; \/* 0xd3004 - Outbound Status Register *\/ member in struct:ccsr_rio
    [all...]
immap_85xx.h 1401 u32 osr; \/* Outbound Status Register *\/ member in struct:rio_msg
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 623 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.
    [all...]

Completed in 604 milliseconds