Home
last modified time | relevance | path

Searched refs:BoundsCheck (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h108 CHECK(BoundsCheck(offset, offset + 1)); in GetName()
114 bool BoundsCheck(uint32_t start, uint32_t end) { in BoundsCheck() function
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc432 BoundsCheck(from_index); in RunCopyElement()
433 BoundsCheck(to_index); in RunCopyElement()
451 BoundsCheck(from_index); in RunCopyField()
452 BoundsCheck(to_index); in RunCopyField()
509 BoundsCheck(index); in GetElement()
539 void BoundsCheck(int index) { in BoundsCheck() function in v8::internal::compiler::AccessTester
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h31 V(BoundsCheck) \
1164 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1165 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h35 V(BoundsCheck) \
1195 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1196 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/mips/
Dlithium-mips.h31 V(BoundsCheck) \
1187 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1188 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/x64/
Dlithium-x64.h31 V(BoundsCheck) \
1187 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1188 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/x87/
Dlithium-x87.h35 V(BoundsCheck) \
1207 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1208 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h33 V(BoundsCheck) \
1205 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1206 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/arm/
Dlithium-arm.h31 V(BoundsCheck) \
1209 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1210 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h34 V(BoundsCheck) \
738 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
739 DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
/external/v8/src/crankshaft/
Dhydrogen-instructions.h59 V(BoundsCheck) \
4062 DECLARE_CONCRETE_INSTRUCTION(BoundsCheck)