Searched refs:BuildFastArrayOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 227 Operand BuildFastArrayOperand(
|
D | lithium-codegen-x64.cc | 2680 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 2749 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2759 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2789 BuildFastArrayOperand(instr->elements(), in DoLoadKeyedFixedArray() 2804 BuildFastArrayOperand(instr->elements(), key, in DoLoadKeyedFixedArray() 2849 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 3889 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 3955 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 3984 BuildFastArrayOperand(instr->elements(), in DoStoreKeyedFixedArray() 3999 BuildFastArrayOperand(instr->elements(), in DoStoreKeyedFixedArray()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 230 Operand BuildFastArrayOperand(LOperand* elements_pointer,
|
D | lithium-codegen-ia32.cc | 2522 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 2583 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2592 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2608 BuildFastArrayOperand(instr->elements(), instr->key(), in DoLoadKeyedFixedArray() 2652 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 3648 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 3698 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 3722 Operand operand = BuildFastArrayOperand( in DoStoreKeyedFixedArray()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 258 Operand BuildFastArrayOperand(LOperand* elements_pointer,
|
D | lithium-codegen-x87.cc | 2800 Operand operand(BuildFastArrayOperand( in DoLoadKeyedExternalArray() 2859 Operand hole_check_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2868 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() 2883 BuildFastArrayOperand(instr->elements(), instr->key(), in DoLoadKeyedFixedArray() 2927 Operand LCodeGen::BuildFastArrayOperand( in BuildFastArrayOperand() function in v8::internal::LCodeGen 3925 Operand operand(BuildFastArrayOperand( in DoStoreKeyedExternalArray() 3937 Operand operand2 = BuildFastArrayOperand( in DoStoreKeyedExternalArray() 3996 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 4006 Operand double_store_operand2 = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() 4052 Operand operand = BuildFastArrayOperand( in DoStoreKeyedFixedArray()
|