Searched refs:ApiParameterOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 4293 __ mov(ApiParameterOperand(2), scratch); in Generate() 4296 __ mov(ApiParameterOperand(3), scratch); in Generate() 4298 __ Move(ApiParameterOperand(4), Immediate(argc)); in Generate() 4300 __ Move(ApiParameterOperand(5), Immediate(0)); in Generate() 4303 __ lea(scratch, ApiParameterOperand(2)); in Generate() 4304 __ mov(ApiParameterOperand(0), scratch); in Generate() 4321 ApiParameterOperand(1), in Generate() 4352 __ mov(ApiParameterOperand(0), scratch); // name. in Generate() 4354 __ mov(ApiParameterOperand(1), scratch); // arguments pointer. in Generate() 4361 ApiParameterOperand(2), in Generate()
|
D | macro-assembler-x87.h | 1054 Operand ApiParameterOperand(int index);
|
D | macro-assembler-x87.cc | 2042 Operand ApiParameterOperand(int index) { in ApiParameterOperand() function
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 4632 __ mov(ApiParameterOperand(2), scratch); in Generate() 4635 __ mov(ApiParameterOperand(3), scratch); in Generate() 4637 __ Move(ApiParameterOperand(4), Immediate(argc)); in Generate() 4639 __ Move(ApiParameterOperand(5), Immediate(0)); in Generate() 4642 __ lea(scratch, ApiParameterOperand(2)); in Generate() 4643 __ mov(ApiParameterOperand(0), scratch); in Generate() 4660 ApiParameterOperand(1), in Generate() 4691 __ mov(ApiParameterOperand(0), scratch); // name. in Generate() 4693 __ mov(ApiParameterOperand(1), scratch); // arguments pointer. in Generate() 4700 ApiParameterOperand(2), in Generate()
|
D | macro-assembler-ia32.h | 1086 Operand ApiParameterOperand(int index);
|
D | macro-assembler-ia32.cc | 2080 Operand ApiParameterOperand(int index) { in ApiParameterOperand() function
|