Searched defs:ToInteger32 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc517 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1632 int32_t constant = ToInteger32(LConstantOperand::cast(right_op));
1798 int value = ToInteger32(LConstantOperand::cast(right_op));
1974 int offset = ToInteger32(LConstantOperand::cast(index));
2420 int32_t value = ToInteger32(LConstantOperand::cast(right));
2427 int32_t value = ToInteger32(LConstantOperand::cast(left));
2961 int parameter_count = ToInteger32(instr->constant_parameter_count());
3184 int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
3186 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3196 int const_index = ToInteger32(LConstantOperan
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1182 DCHECK(ToInteger32(LConstantOperand::cast(op)) == 0);
1329 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1475 int index = ToInteger32(LConstantOperand::cast(instr->index()));
1476 int length = ToInteger32(LConstantOperand::cast(instr->length()));
1481 int index = ToInteger32(LConstantOperand::cast(instr->index()));
1503 ? ToInteger32(LConstantOperand::cast(instr->right()))
1573 int32_t size = ToInteger32(LConstantOperand::cast(instr->size()));
1593 int32_t size = ToInteger32(LConstantOperand::cast(instr->size()));
2511 int32_t value = ToInteger32(LConstantOperand::cast(right));
2518 int32_t value = ToInteger32(LConstantOperan
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc513 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1488 int constant = ToInteger32(LConstantOperand::cast(right));
1545 if (ToInteger32(LConstantOperand::cast(right)) < 0) {
1547 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) {
1638 int value = ToInteger32(LConstantOperand::cast(right));
2747 int parameter_count = ToInteger32(instr->constant_parameter_count());
3030 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3031 int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
3184 int constant_value = ToInteger32(LConstantOperand::cast(key));
3989 __ lea(result, Operand(base, ToInteger32(offse
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc512 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1479 int32_t constant = ToInteger32(LConstantOperand::cast(right_op));
1643 int value = ToInteger32(LConstantOperand::cast(right_op));
1813 int offset = ToInteger32(LConstantOperand::cast(index));
2321 int32_t value = ToInteger32(LConstantOperand::cast(right));
2330 int32_t value = ToInteger32(LConstantOperand::cast(left));
2854 int parameter_count = ToInteger32(instr->constant_parameter_count());
3080 int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
3082 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3095 int const_index = ToInteger32(LConstantOperan
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc457 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1441 int32_t constant = ToInteger32(LConstantOperand::cast(right_op));
1609 int value = ToInteger32(LConstantOperand::cast(right_op));
1776 int offset = ToInteger32(LConstantOperand::cast(index));
2288 int32_t value = ToInteger32(LConstantOperand::cast(right));
2297 int32_t value = ToInteger32(LConstantOperand::cast(left));
2824 int parameter_count = ToInteger32(instr->constant_parameter_count());
3064 int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
3066 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3079 int const_index = ToInteger32(LConstantOperan
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc436 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1404 int32_t right_value = ToInteger32(LConstantOperand::cast(right));
1479 if (ToInteger32(LConstantOperand::cast(right)) < 0) {
1481 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) {
1623 int32_t value = ToInteger32(LConstantOperand::cast(right));
1796 int offset = ToInteger32(LConstantOperand::cast(index));
1855 int value = ToInteger32(LConstantOperand::cast(instr->value()));
2305 value = ToInteger32(LConstantOperand::cast(right));
2312 value = ToInteger32(LConstantOperand::cast(left));
2822 __ Ret((ToInteger32(inst
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc776 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1780 int constant = ToInteger32(LConstantOperand::cast(right));
1837 if (ToInteger32(LConstantOperand::cast(right)) < 0) {
1839 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) {
1930 int value = ToInteger32(LConstantOperand::cast(right));
3044 int parameter_count = ToInteger32(instr->constant_parameter_count());
3320 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3321 int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
3471 int constant_value = ToInteger32(LConstantOperand::cast(key));
4409 __ lea(result, Operand(base, ToInteger32(offse
[all...]

Completed in 263 milliseconds