Searched refs:LStringAdd (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h2347 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2349 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-arm.cc2390 DefineFixed(new(zone()) LStringAdd(context, left, right), r0),
H A Dlithium-codegen-arm.cc4513 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h2352 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2354 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-ia32.cc2445 LStringAdd* string_add = new(zone()) LStringAdd(context, left, right);
H A Dlithium-codegen-ia32.cc4441 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h2305 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2307 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-mips.cc2339 DefineFixed(new(zone()) LStringAdd(context, left, right), v0),
H A Dlithium-codegen-mips.cc4470 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/mips64/
H A Dlithium-mips64.h2289 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2291 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-mips64.cc2339 DefineFixed(new(zone()) LStringAdd(context, left, right), v0),
H A Dlithium-codegen-mips64.cc4534 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h2334 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2336 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-x64.cc2427 DefineFixed(new(zone()) LStringAdd(context, left, right), rax), instr);
H A Dlithium-codegen-x64.cc4530 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/x87/
H A Dlithium-x87.h2358 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2360 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-x87.cc2449 LStringAdd* string_add = new(zone()) LStringAdd(context, left, right);
H A Dlithium-codegen-x87.cc4884 void LCodeGen::DoStringAdd(LStringAdd* instr) {
/external/v8/src/arm64/
H A Dlithium-arm64.cc2440 LStringAdd* result = new(zone()) LStringAdd(context, left, right);
H A Dlithium-arm64.h2642 class LStringAdd FINAL : public LTemplateInstruction<1, 3, 0> {
2644 LStringAdd(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
H A Dlithium-codegen-arm64.cc5440 void LCodeGen::DoStringAdd(LStringAdd* instr) {

Completed in 218 milliseconds