Searched refs:arg_regs (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-generator.h | 103 void VisitArguments(ZonePtrList<Expression>* args, RegisterList* arg_regs);
|
D | bytecode-generator.cc | 3532 RegisterList* arg_regs) { in VisitArguments() argument 3535 VisitAndPushIntoRegisterList(args->at(i), arg_regs); in VisitArguments()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 525 const LiftoffRegister* arg_regs, in GenerateCCall() argument 539 __ CallC(sig, arg_regs, result_regs, out_argument_type, stack_bytes, in GenerateCCall() 736 LiftoffRegister arg_regs[] = {lhs, rhs}; in EmitDivOrRem64CCall() local 741 GenerateCCall(result_regs, &sig, kWasmI64, arg_regs, ext_ref); in EmitDivOrRem64CCall()
|