Searched refs:BuildFastArrayOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 222 Operand BuildFastArrayOperand(
|
D | lithium-codegen-x64.cc | 2863 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 2929 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2939 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2969 BuildFastArrayOperand(instr->elements(), in DoLoadKeyedFixedArray() 2984 BuildFastArrayOperand(instr->elements(), key, in DoLoadKeyedFixedArray() 3029 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 4070 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 4133 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 4162 BuildFastArrayOperand(instr->elements(), in DoStoreKeyedFixedArray() 4177 BuildFastArrayOperand(instr->elements(), in DoStoreKeyedFixedArray()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 227 Operand BuildFastArrayOperand(LOperand* elements_pointer,
|
D | lithium-codegen-ia32.cc | 2831 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 2889 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2898 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2914 BuildFastArrayOperand(instr->elements(), instr->key(), in DoLoadKeyedFixedArray() 2958 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 3911 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 3958 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 3982 Operand operand = BuildFastArrayOperand( in DoStoreKeyedFixedArray()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 255 Operand BuildFastArrayOperand(LOperand* elements_pointer,
|
D | lithium-codegen-x87.cc | 3106 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 3162 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 3171 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 3186 BuildFastArrayOperand(instr->elements(), instr->key(), in DoLoadKeyedFixedArray() 3230 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 4261 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 4273 Operand operand2 = BuildFastArrayOperand( in DoStoreKeyedExternalArray() 4331 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 4341 Operand double_store_operand2 = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 4389 Operand operand = BuildFastArrayOperand( in DoStoreKeyedFixedArray()
|