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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1558 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1560 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-arm.cc2160 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-arm.cc3094 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1557 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
1559 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-ia32.cc2215 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()),
H A Dlithium-codegen-ia32.cc3211 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1535 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1537 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-mips.cc2079 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-mips.cc2969 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1496 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1498 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-x64.cc2079 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-x64.cc2807 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/v8/src/arm/
H A Dlithium-arm.h1184 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1186 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-arm.cc1891 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-arm.cc2519 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1198 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
1200 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-ia32.cc1950 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()),
H A Dlithium-codegen-ia32.cc2324 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h1164 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1166 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-mips.cc1893 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-mips.cc2395 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h1163 class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1165 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::LLoadFunctionPrototype
H A Dlithium-x64.cc1883 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()))));
H A Dlithium-codegen-x64.cc2275 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) {

Completed in 338 milliseconds