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

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc3218 bool key_is_constant = instr->key()->IsConstantOperand(); local
3220 if (key_is_constant) {
3239 Operand operand = key_is_constant
3253 key, external_pointer, key_is_constant, constant_key,
3307 bool key_is_constant = instr->key()->IsConstantOperand(); local
3315 if (key_is_constant) {
3324 if (!key_is_constant) {
3393 bool key_is_constant,
3398 if (key_is_constant) {
4269 bool key_is_constant local
3391 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4358 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc3402 bool key_is_constant,
3408 if (key_is_constant) {
3434 bool key_is_constant = instr->key()->IsConstantOperand(); local
3437 if (key_is_constant) {
3450 key_is_constant, constant_key,
5164 bool key_is_constant = instr->key()->IsConstantOperand(); local
5166 if (key_is_constant) {
5179 key_is_constant, constant_key,
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
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc3123 bool key_is_constant = instr->key()->IsConstantOperand(); local
3125 if (key_is_constant) {
3144 if (key_is_constant) {
3160 key, external_pointer, key_is_constant, constant_key,
3213 bool key_is_constant = instr->key()->IsConstantOperand(); local
3221 if (key_is_constant) {
3230 if (!key_is_constant) {
3300 bool key_is_constant,
3305 if (key_is_constant) {
4216 bool key_is_constant local
3298 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4307 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc3107 bool key_is_constant = instr->key()->IsConstantOperand(); local
3109 if (key_is_constant) {
3129 if (key_is_constant) {
3154 key, external_pointer, key_is_constant, constant_key,
3207 bool key_is_constant = instr->key()->IsConstantOperand(); local
3215 if (key_is_constant) {
3224 if (!key_is_constant) {
3319 bool key_is_constant,
3324 if (key_is_constant) {
4247 bool key_is_constant local
3317 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4347 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]

Completed in 2131 milliseconds