Searched refs:key_is_constant (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2855 bool key_is_constant = instr->key()->IsConstantOperand(); local
2857 if (key_is_constant) {
2871 if (key_is_constant) {
2886 PrepareKeyedOperand(key, external_pointer, key_is_constant, key_is_smi,
2890 if (key_is_constant) {
2899 if (key_is_constant) {
2906 if (key_is_constant) {
2913 if (key_is_constant) {
2920 if (key_is_constant) {
2927 if (key_is_constant) {
2961 bool key_is_constant = instr->key()->IsConstantOperand(); local
3089 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, bool key_is_smi, int constant_key, int element_size_shift, int base_offset) argument
4076 bool key_is_constant = instr->key()->IsConstantOperand(); local
4168 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
H A Dlithium-codegen-ppc.h118 bool key_is_constant, bool key_is_tagged,
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h117 bool key_is_constant, bool key_is_tagged,
H A Dlithium-codegen-s390.cc2813 bool key_is_constant = instr->key()->IsConstantOperand(); local
2815 if (key_is_constant) {
2831 if (key_is_constant) {
2860 PrepareKeyedOperand(key, external_pointer, key_is_constant, key_is_smi,
2909 bool key_is_constant = instr->key()->IsConstantOperand(); local
2918 if (key_is_constant) {
2929 if (!key_is_constant) {
2940 if (key_is_constant) {
3051 bool key_is_constant, bool key_is_smi,
3058 if (key_is_constant) {
3050 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, bool key_is_smi, int constant_key, int element_size_shift, int base_offset, bool keyMaybeNegative) argument
3976 bool key_is_constant = instr->key()->IsConstantOperand(); local
4076 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h123 bool key_is_constant,
H A Dlithium-codegen-arm.cc2715 bool key_is_constant = instr->key()->IsConstantOperand(); local
2717 if (key_is_constant) {
2732 Operand operand = key_is_constant
2745 key, external_pointer, key_is_constant, constant_key,
2794 bool key_is_constant = instr->key()->IsConstantOperand(); local
2802 if (key_is_constant) {
2811 if (!key_is_constant) {
2897 bool key_is_constant,
2902 if (key_is_constant) {
3796 bool key_is_constant local
2895 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3876 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h234 bool key_is_constant,
H A Dlithium-codegen-arm64.cc3025 bool key_is_constant,
3031 if (key_is_constant) {
3057 bool key_is_constant = instr->key()->IsConstantOperand(); local
3060 if (key_is_constant) {
3073 key_is_constant, constant_key,
4726 bool key_is_constant = instr->key()->IsConstantOperand(); local
4728 if (key_is_constant) {
4741 key_is_constant, constant_key,
3020 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/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h122 bool key_is_constant,
H A Dlithium-codegen-mips.cc2637 bool key_is_constant = instr->key()->IsConstantOperand(); local
2639 if (key_is_constant) {
2654 if (key_is_constant) {
2669 key, external_pointer, key_is_constant, constant_key,
2718 bool key_is_constant = instr->key()->IsConstantOperand(); local
2726 if (key_is_constant) {
2735 if (!key_is_constant) {
2821 bool key_is_constant,
2826 if (key_is_constant) {
3754 bool key_is_constant local
2819 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3836 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h124 bool key_is_constant,
H A Dlithium-codegen-mips64.cc2775 bool key_is_constant = instr->key()->IsConstantOperand(); local
2777 if (key_is_constant) {
2793 if (key_is_constant) {
2817 key, external_pointer, key_is_constant, constant_key,
2866 bool key_is_constant = instr->key()->IsConstantOperand(); local
2874 if (key_is_constant) {
2883 if (!key_is_constant) {
2997 bool key_is_constant,
3002 if (key_is_constant) {
3966 bool key_is_constant local
2995 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4057 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]

Completed in 200 milliseconds