Searched defs:constant_key (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc3219 int constant_key = 0; local
3221 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3222 if (constant_key & 0xF0000000) {
3240 ? Operand(constant_key << element_size_shift)
3253 key, external_pointer, key_is_constant, constant_key,
3316 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
3317 if (constant_key & 0xF0000000) {
3320 base_offset += constant_key * kDoubleSize;
3394 int constant_key,
3399 return MemOperand(base, (constant_key << element_siz
3391 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4270 int constant_key = 0; local
4365 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc3403 int constant_key,
3409 int key_offset = constant_key << element_size_shift;
3436 int constant_key = 0; local
3439 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3440 if (constant_key & 0xf0000000) {
3450 key_is_constant, constant_key,
3567 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
3568 if (constant_key & 0xf0000000) {
3571 int offset = instr->base_offset() + constant_key * kDoubleSize;
5165 int constant_key local
3397 PrepareKeyedExternalArrayOperand( Register key, Register base, Register scratch, bool key_is_smi, bool key_is_constant, int constant_key, ElementsKind elements_kind, int base_offset) argument
5242 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc3124 int constant_key = 0; local
3126 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3127 if (constant_key & 0xF0000000) {
3145 __ Addu(scratch0(), external_pointer, constant_key << element_size_shift);
3160 key, external_pointer, key_is_constant, constant_key,
3222 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
3223 if (constant_key & 0xF0000000) {
3226 base_offset += constant_key * kDoubleSize;
3301 int constant_key,
3306 return MemOperand(base, (constant_key << element_siz
3298 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4217 int constant_key = 0; local
4315 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc3108 int constant_key = 0; local
3110 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3111 if (constant_key & 0xF0000000) {
3131 constant_key << element_size_shift);
3154 key, external_pointer, key_is_constant, constant_key,
3216 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
3217 if (constant_key & 0xF0000000) {
3220 base_offset += constant_key * kDoubleSize;
3320 int constant_key,
3325 return MemOperand(base, (constant_key << element_siz
3317 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4248 int constant_key = 0; local
4355 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); local
[all...]

Completed in 426 milliseconds