Home
last modified time | relevance | path

Searched refs:CFunctionArgumentOperand (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
Ddeoptimizer-mips.cc185 __ sw(t0, CFunctionArgumentOperand(5)); // Fp-to-sp delta. in Generate()
187 __ sw(t1, CFunctionArgumentOperand(6)); // Isolate. in Generate()
Dmacro-assembler-mips.h111 inline MemOperand CFunctionArgumentOperand(int index) { in CFunctionArgumentOperand() function