Home
last modified time | relevance | path

Searched refs:ApiParameterOperand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x87/
Dcode-stubs-x87.cc4293 __ 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()
Dmacro-assembler-x87.h1054 Operand ApiParameterOperand(int index);
Dmacro-assembler-x87.cc2042 Operand ApiParameterOperand(int index) { in ApiParameterOperand() function
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4632 __ 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()
Dmacro-assembler-ia32.h1086 Operand ApiParameterOperand(int index);
Dmacro-assembler-ia32.cc2080 Operand ApiParameterOperand(int index) { in ApiParameterOperand() function