Home
last modified time | relevance | path

Searched refs:BuildFastArrayOperand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h227 Operand BuildFastArrayOperand(
Dlithium-codegen-x64.cc2680 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/
Dlithium-codegen-ia32.h230 Operand BuildFastArrayOperand(LOperand* elements_pointer,
Dlithium-codegen-ia32.cc2522 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/
Dlithium-codegen-x87.h258 Operand BuildFastArrayOperand(LOperand* elements_pointer,
Dlithium-codegen-x87.cc2800 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()