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

/external/v8/src/compiler/
H A Draw-machine-assembler.cc391 MachineType arg0_type, Node* function,
395 builder.AddParam(arg0_type);
404 MachineType arg0_type,
409 builder.AddParam(arg0_type);
419 MachineType return_type, MachineType arg0_type, MachineType arg1_type,
426 builder.AddParam(arg0_type);
390 CallCFunction1(MachineType return_type, MachineType arg0_type, Node* function, Node* arg0) argument
403 CallCFunction2(MachineType return_type, MachineType arg0_type, MachineType arg1_type, Node* function, Node* arg0, Node* arg1) argument
418 CallCFunction8( MachineType return_type, MachineType arg0_type, MachineType arg1_type, MachineType arg2_type, MachineType arg3_type, MachineType arg4_type, MachineType arg5_type, MachineType arg6_type, MachineType arg7_type, Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* arg6, Node* arg7) argument
/external/v8/src/
H A Dtyping-asm.cc965 Type* arg0_type = bounds_.get(arg0).upper; local
968 if (!arg0_type->Is(cache_.kAsmFloat) &&
969 !arg0_type->Is(cache_.kAsmDouble) &&
970 !arg0_type->Is(cache_.kAsmSigned) &&
971 !arg0_type->Is(cache_.kAsmUnsigned)) {
979 if (!arg0_type->Is(cache_.kAsmFloat) &&
980 !arg0_type->Is(cache_.kAsmDouble)) {
988 if (!arg0_type->Is(cache_.kAsmFloat) &&
989 !arg0_type->Is(cache_.kAsmDouble) &&
990 !arg0_type
[all...]

Completed in 221 milliseconds