Searched refs:CFunctionArgumentOperand (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/mips/
H A Ddeoptimizer-mips.cc167 __ sw(t0, CFunctionArgumentOperand(5)); // Fp-to-sp delta.
169 __ sw(t1, CFunctionArgumentOperand(6)); // Isolate.
H A Dmacro-assembler-mips.h131 inline MemOperand CFunctionArgumentOperand(int index) { function in namespace:v8::internal
1398 // stack, after the argument-slots using helper: CFunctionArgumentOperand().
1412 // sw(t0, CFunctionArgumentOperand(5));
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h159 inline MemOperand CFunctionArgumentOperand(int index) { function in namespace:v8::internal
1511 // stack, after the argument-slots using helper: CFunctionArgumentOperand().
1525 // sw(a4, CFunctionArgumentOperand(5));

Completed in 183 milliseconds