Searched defs:GenerateFPOperation (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc2417 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm, function in class:v8::internal::BinaryOpStub
2653 GenerateFPOperation(masm, true, use_runtime, gc_required);
3075 GenerateFPOperation(masm, false, &call_runtime, &call_runtime);
3087 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2531 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm, function in class:v8::internal::BinaryOpStub
2769 GenerateFPOperation(masm, true, use_runtime, gc_required);
3194 GenerateFPOperation(masm, false, &call_runtime, &call_runtime);
3206 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime);

Completed in 139 milliseconds