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

/external/v8/src/arm/
H A Dcode-stubs-arm.cc2418 bool smi_operands,
2427 ASSERT(smi_operands || (not_numbers != NULL));
2428 if (smi_operands && FLAG_debug_code) {
2456 if (smi_operands) {
2512 if (smi_operands) {
2585 if (smi_operands) {
2417 GenerateFPOperation(MacroAssembler* masm, bool smi_operands, Label* not_numbers, Label* gc_required) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2532 bool smi_operands,
2541 ASSERT(smi_operands || (not_numbers != NULL));
2542 if (smi_operands && FLAG_debug_code) {
2570 if (smi_operands) {
2628 if (smi_operands) {
2699 if (smi_operands) {
2531 GenerateFPOperation(MacroAssembler* masm, bool smi_operands, Label* not_numbers, Label* gc_required) argument

Completed in 104 milliseconds