Searched refs:VarOperand (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h346 MemOperand VarOperand(Variable* var, Register scratch);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc468 MemOperand operand = codegen()->VarOperand(var, result_register());
707 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
721 MemOperand location = VarOperand(var, dest);
734 MemOperand location = VarOperand(var, scratch0);
1988 MemOperand location = VarOperand(var, ecx);
2007 MemOperand location = VarOperand(var, ecx);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc409 MemOperand operand = codegen()->VarOperand(var, result_register());
648 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
662 MemOperand location = VarOperand(var, dest);
675 MemOperand location = VarOperand(var, scratch0);
1903 MemOperand location = VarOperand(var, rcx);
1922 MemOperand location = VarOperand(var, rcx);
/external/chromium_org/v8/src/
H A Dfull-codegen.h372 MemOperand VarOperand(Variable* var, Register scratch);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc729 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
743 MemOperand location = VarOperand(var, dest);
756 MemOperand location = VarOperand(var, scratch0);
2035 MemOperand location = VarOperand(var, r1);
2058 MemOperand location = VarOperand(var, r1);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc738 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
752 MemOperand location = VarOperand(var, dest);
765 MemOperand location = VarOperand(var, scratch0);
2052 MemOperand location = VarOperand(var, a1);
2075 MemOperand location = VarOperand(var, a1);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc439 MemOperand operand = codegen()->VarOperand(var, result_register());
677 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
691 MemOperand location = VarOperand(var, dest);
704 MemOperand location = VarOperand(var, scratch0);
2443 MemOperand location = VarOperand(var, ecx);
2462 MemOperand location = VarOperand(var, ecx);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc437 MemOperand operand = codegen()->VarOperand(var, result_register());
684 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
698 MemOperand location = VarOperand(var, dest);
711 MemOperand location = VarOperand(var, scratch0);
2429 MemOperand location = VarOperand(var, rcx);
2448 MemOperand location = VarOperand(var, rcx);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc714 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
728 MemOperand location = VarOperand(var, dest);
741 MemOperand location = VarOperand(var, scratch0);
2487 MemOperand location = VarOperand(var, r1);
2510 MemOperand location = VarOperand(var, r1);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc726 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { function in class:v8::internal::FullCodeGenerator
740 MemOperand location = VarOperand(var, dest);
753 MemOperand location = VarOperand(var, scratch0);
2514 MemOperand location = VarOperand(var, a1);
2537 MemOperand location = VarOperand(var, a1);

Completed in 95 milliseconds