Revision f230a1cf deps/v8/src/mips/regexp-macro-assembler-mips.h

View differences:

deps/v8/src/mips/regexp-macro-assembler-mips.h
217 217
  // and increments it by a word size.
218 218
  inline void Pop(Register target);
219 219

  
220
  // Calls a C function and cleans up the frame alignment done by
221
  // by FrameAlign. The called function *is* allowed to trigger a garbage
222
  // collection, but may not take more than four arguments (no arguments
223
  // passed on the stack), and the first argument will be a pointer to the
224
  // return address.
225
  inline void CallCFunctionUsingStub(ExternalReference function,
226
                                     int num_arguments);
227

  
228 220
  Isolate* isolate() const { return masm_->isolate(); }
229 221

  
230 222
  MacroAssembler* masm_;

Also available in: Unified diff