Home
last modified time | relevance | path

Searched refs:bounds_checks (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h57 const BoundsCheckStrategy bounds_checks; member
78 BoundsCheckStrategy bounds_checks, in CompilationEnv()
83 bounds_checks(bounds_checks), in CompilationEnv()
H A Dwasm-code-manager.h760 BoundsCheckStrategy bounds_checks() const { return bounds_checks_; } in bounds_checks() function in v8::internal::wasm::final::final
H A Dwasm-objects.cc784 instance->module_object().native_module()->bounds_checks() == in SetInstanceMemory()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h546 wasm::BoundsCheckStrategy bounds_checks() const { in bounds_checks() function
547 return env_->bounds_checks; in bounds_checks()
H A Dwasm-compiler.cc534 DCHECK_IMPLIES(env && env->bounds_checks == wasm::kTrapHandler, in WasmGraphBuilder()
3829 DCHECK_NE(wasm::kTrapHandler, env_->bounds_checks); in BoundsCheckMem()
3830 if (env_->bounds_checks == wasm::kExplicitBoundsChecks) { in BoundsCheckMem()
3841 if (env_->bounds_checks == wasm::kNoBoundsChecks) return {index, kInBounds}; in BoundsCheckMem()
3862 if (env_->bounds_checks == wasm::kTrapHandler && in BoundsCheckMem()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc932 if (env_->bounds_checks == kTrapHandler && ool->pc != 0) { in GenerateOutOfLineCode()
2811 if (V8_UNLIKELY(env_->bounds_checks == kNoBoundsChecks)) {
2817 env_->bounds_checks == kExplicitBoundsChecks);
2819 env_->bounds_checks == kTrapHandler) {
3035 if (env_->bounds_checks == kTrapHandler) {
3077 if (env_->bounds_checks == kTrapHandler) {
3116 if (env_->bounds_checks == kTrapHandler) {
3163 if (env_->bounds_checks == kTrapHandler) {
3192 if (env_->bounds_checks == kTrapHandler) {
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp1165 TEST(DependencyAnalysisHelpers, bounds_checks) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp1165 TEST(DependencyAnalysisHelpers, bounds_checks) {
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp1159 TEST(DependencyAnalysisHelpers, bounds_checks) {

Completed in 38 milliseconds