Searched defs:current_capacity (Results 1 - 25 of 31) sorted by relevance

12

/external/v8/src/
H A Dcode-stubs-hydrogen.cc1077 HValue* current_capacity = Add<HLoadNamedField>( local
1084 : current_capacity;
1087 current_capacity, key);
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc2244 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2247 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-arm.h2148 LOperand* key, LOperand* current_capacity) {
2153 inputs_[4] = current_capacity;
2160 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2147 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-arm.cc4106 LOperand* current_capacity = instr->current_capacity(); local
4109 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
4111 DCHECK(current_capacity->IsConstantOperand() ||
4112 current_capacity->IsRegister());
4114 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
4117 ToInteger32(LConstantOperand::cast(current_capacity));
4124 __ cmp(ToRegister(current_capacity), Operand(constant_key));
4126 } else if (current_capacity->IsConstantOperand()) {
4128 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc2402 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2405 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-arm64.h2437 LOperand* key, LOperand* current_capacity) {
2442 inputs_[4] = current_capacity;
2449 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2436 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-arm64.cc4999 LOperand* current_capacity = instr->current_capacity(); local
5002 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
5004 DCHECK(current_capacity->IsConstantOperand() ||
5005 current_capacity->IsRegister());
5007 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
5010 ToInteger32(LConstantOperand::cast(current_capacity));
5017 __ Cmp(ToRegister(current_capacity), Operand(constant_key));
5019 } else if (current_capacity->IsConstantOperand()) {
5021 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc2277 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2280 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-ia32.h2161 LOperand* key, LOperand* current_capacity) {
2166 inputs_[4] = current_capacity;
2173 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2160 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-ia32.cc3923 LOperand* current_capacity = instr->current_capacity(); local
3926 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
3928 DCHECK(current_capacity->IsConstantOperand() ||
3929 current_capacity->IsRegister());
3931 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
3934 ToInteger32(LConstantOperand::cast(current_capacity));
3941 __ cmp(ToOperand(current_capacity), Immediate(constant_key));
3943 } else if (current_capacity->IsConstantOperand()) {
3945 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc2191 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2194 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-mips.h2106 LOperand* key, LOperand* current_capacity) {
2111 inputs_[4] = current_capacity;
2118 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2105 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-mips.cc4052 LOperand* current_capacity = instr->current_capacity(); local
4055 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
4057 DCHECK(current_capacity->IsConstantOperand() ||
4058 current_capacity->IsRegister());
4060 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
4063 ToInteger32(LConstantOperand::cast(current_capacity));
4070 __ Branch(deferred->entry(), le, ToRegister(current_capacity),
4072 } else if (current_capacity->IsConstantOperand()) {
4074 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc2196 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2199 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-mips64.h2152 LOperand* key, LOperand* current_capacity) {
2157 inputs_[4] = current_capacity;
2164 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2151 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-mips64.cc4283 LOperand* current_capacity = instr->current_capacity(); local
4286 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
4288 DCHECK(current_capacity->IsConstantOperand() ||
4289 current_capacity->IsRegister());
4291 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
4294 ToInteger32(LConstantOperand::cast(current_capacity));
4301 __ Branch(deferred->entry(), le, ToRegister(current_capacity),
4303 } else if (current_capacity->IsConstantOperand()) {
4305 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc2215 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2218 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-ppc.h2093 LOperand* key, LOperand* current_capacity) {
2098 inputs_[4] = current_capacity;
2105 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2092 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
H A Dlithium-codegen-ppc.cc4380 LOperand* current_capacity = instr->current_capacity(); local
4383 DCHECK(instr->hydrogen()->current_capacity()->representation().IsInteger32());
4385 DCHECK(current_capacity->IsConstantOperand() ||
4386 current_capacity->IsRegister());
4388 if (key->IsConstantOperand() && current_capacity->IsConstantOperand()) {
4391 ToInteger32(LConstantOperand::cast(current_capacity));
4398 __ Cmpwi(ToRegister(current_capacity), Operand(constant_key), r0);
4400 } else if (current_capacity->IsConstantOperand()) {
4402 ToInteger32(LConstantOperand::cast(current_capacity));
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc2029 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2032 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-s390.h1957 LOperand* key, LOperand* current_capacity) {
1962 inputs_[4] = current_capacity;
1969 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
1956 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc2288 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2291 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-x64.h2151 LOperand* key, LOperand* current_capacity) {
2156 inputs_[4] = current_capacity;
2163 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2150 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc2279 LOperand* current_capacity = UseRegisterOrConstant(instr->current_capacity()); local
2282 LMaybeGrowElements(context, object, elements, key, current_capacity);
H A Dlithium-x87.h2147 LOperand* key, LOperand* current_capacity) {
2152 inputs_[4] = current_capacity;
2159 LOperand* current_capacity() { return inputs_[4]; } function in class:v8::internal::final
2146 LMaybeGrowElements(LOperand* context, LOperand* object, LOperand* elements, LOperand* key, LOperand* current_capacity) argument

Completed in 396 milliseconds

12