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

/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2909 bool key_is_constant = instr->key()->IsConstantOperand(); local
2911 if (key_is_constant) {
2925 if (key_is_constant) {
2940 PrepareKeyedOperand(key, external_pointer, key_is_constant, key_is_smi,
2944 if (key_is_constant) {
2953 if (key_is_constant) {
2960 if (key_is_constant) {
2967 if (key_is_constant) {
2974 if (key_is_constant) {
2981 if (key_is_constant) {
3015 bool key_is_constant = instr->key()->IsConstantOperand(); local
3143 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, bool key_is_smi, int constant_key, int element_size_shift, int base_offset) argument
4152 bool key_is_constant = instr->key()->IsConstantOperand(); local
4244 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.cc2855 bool key_is_constant = instr->key()->IsConstantOperand(); local
2857 if (key_is_constant) {
2873 if (key_is_constant) {
2901 PrepareKeyedOperand(key, external_pointer, key_is_constant, key_is_smi,
2950 bool key_is_constant = instr->key()->IsConstantOperand(); local
2959 if (key_is_constant) {
2970 if (!key_is_constant) {
2981 if (key_is_constant) {
3092 bool key_is_constant, bool key_is_smi,
3099 if (key_is_constant) {
3091 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
4046 bool key_is_constant = instr->key()->IsConstantOperand(); local
4146 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
H A Dlithium-codegen-s390.h117 bool key_is_constant, bool key_is_tagged,
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h123 bool key_is_constant,
H A Dlithium-codegen-arm.cc2802 bool key_is_constant = instr->key()->IsConstantOperand(); local
2804 if (key_is_constant) {
2819 Operand operand = key_is_constant
2832 key, external_pointer, key_is_constant, constant_key,
2881 bool key_is_constant = instr->key()->IsConstantOperand(); local
2889 if (key_is_constant) {
2898 if (!key_is_constant) {
2984 bool key_is_constant,
2989 if (key_is_constant) {
3906 bool key_is_constant local
2982 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3986 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h239 bool key_is_constant,
H A Dlithium-codegen-arm64.cc3084 bool key_is_constant,
3090 if (key_is_constant) {
3116 bool key_is_constant = instr->key()->IsConstantOperand(); local
3119 if (key_is_constant) {
3132 key_is_constant, constant_key,
4816 bool key_is_constant = instr->key()->IsConstantOperand(); local
4818 if (key_is_constant) {
4831 key_is_constant, constant_key,
3079 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.cc2701 bool key_is_constant = instr->key()->IsConstantOperand(); local
2703 if (key_is_constant) {
2718 if (key_is_constant) {
2733 key, external_pointer, key_is_constant, constant_key,
2782 bool key_is_constant = instr->key()->IsConstantOperand(); local
2790 if (key_is_constant) {
2799 if (!key_is_constant) {
2884 bool key_is_constant,
2889 if (key_is_constant) {
3838 bool key_is_constant local
2882 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3920 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.cc2837 bool key_is_constant = instr->key()->IsConstantOperand(); local
2839 if (key_is_constant) {
2855 if (key_is_constant) {
2879 key, external_pointer, key_is_constant, constant_key,
2928 bool key_is_constant = instr->key()->IsConstantOperand(); local
2936 if (key_is_constant) {
2945 if (!key_is_constant) {
3058 bool key_is_constant,
3063 if (key_is_constant) {
4047 bool key_is_constant local
3056 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4138 bool key_is_constant = instr->key()->IsConstantOperand(); local
[all...]

Completed in 1808 milliseconds