Home
last modified time | relevance | path

Searched refs:LMaybeGrowElements (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h92 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-x64.h2000 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2002 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h107 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-arm.h1999 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2001 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-arm.cc2148 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2149 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h104 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-s390.h1816 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
1818 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-s390.cc1946 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
1947 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h94 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-ia32.h2013 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2015 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-ia32.cc2187 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2188 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h105 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-ppc.h1945 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
1947 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-ppc.cc2120 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2121 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h106 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-mips.h1956 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
1958 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-mips.cc2095 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2096 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h107 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-mips64.h2002 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2004 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-mips64.cc2100 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2101 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h113 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-arm64.h2271 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2273 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h129 void DoDeferredMaybeGrowElements(LMaybeGrowElements* instr);
Dlithium-x87.h1999 class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
2001 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, in LMaybeGrowElements() function
Dlithium-x87.cc2189 LMaybeGrowElements* result = new (zone()) in DoMaybeGrowElements()
2190 LMaybeGrowElements(context, object, elements, key, current_capacity); in DoMaybeGrowElements()

12