Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc4818 int32_t entry_offset = (result_type == Primitive::kPrimFloat) ? QUICK_ENTRY_POINT(pL2f) in VisitTypeConversion() local
4822 codegen_->InvokeRuntime(entry_offset, in VisitTypeConversion()
4919 int32_t entry_offset = (input_type == Primitive::kPrimFloat) ? QUICK_ENTRY_POINT(pF2l) in VisitTypeConversion() local
4923 codegen_->InvokeRuntime(entry_offset, conversion, conversion->GetDexPc(), nullptr, direct); in VisitTypeConversion()
Dcode_generator_mips64.cc3644 int32_t entry_offset = (type == Primitive::kPrimFloat) ? QUICK_ENTRY_POINT(pFmodf) in VisitRem() local
3646 codegen_->InvokeRuntime(entry_offset, instruction, instruction->GetDexPc(), nullptr); in VisitRem()
Dcode_generator_arm64.cc4453 int32_t entry_offset = (type == Primitive::kPrimFloat) ? QUICK_ENTRY_POINT(pFmodf) in VisitRem() local
4455 codegen_->InvokeRuntime(entry_offset, rem, rem->GetDexPc(), nullptr); in VisitRem()