Searched refs:GenerateFPOperation (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm/ |
D | code-stubs-arm.h | 145 void GenerateFPOperation(MacroAssembler* masm,
|
D | code-stubs-arm.cc | 1982 void TypeRecordingBinaryOpStub::GenerateFPOperation(MacroAssembler* masm, in GenerateFPOperation() function in v8::internal::TypeRecordingBinaryOpStub 2219 GenerateFPOperation(masm, true, use_runtime, gc_required); in GenerateSmiCode() 2605 GenerateFPOperation(masm, false, &call_runtime, &call_runtime); in GenerateHeapNumberStub() 2617 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime); in GenerateGeneric()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 291 void GenerateFPOperation(MacroAssembler* masm,
|
D | code-stubs-mips.cc | 342 void TypeRecordingBinaryOpStub::GenerateFPOperation(MacroAssembler* masm, in GenerateFPOperation() function in v8::internal::TypeRecordingBinaryOpStub
|