Searched refs:LOuterContext (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1770 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1772 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-arm.cc1122 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-arm.cc3553 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1798 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1800 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-ia32.cc1192 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-ia32.cc3639 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1747 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1749 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-mips.cc1122 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-mips.cc3441 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1708 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1710 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-x64.cc1121 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-x64.cc3244 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/v8/src/arm/
H A Dlithium-arm.h1394 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1396 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-arm.cc1143 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-arm.cc2922 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1417 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1419 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-ia32.cc1154 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-ia32.cc2698 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h1374 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1376 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-mips.cc1142 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-mips.cc2808 void LCodeGen::DoOuterContext(LOuterContext* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h1374 class LOuterContext: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1376 explicit LOuterContext(LOperand* context) { function in class:v8::internal::LOuterContext
H A Dlithium-x64.cc1137 return DefineAsRegister(new(zone()) LOuterContext(context));
H A Dlithium-codegen-x64.cc2655 void LCodeGen::DoOuterContext(LOuterContext* instr) {

Completed in 252 milliseconds