Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bounds_checks
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
compilation-environment.h
57
const BoundsCheckStrategy
bounds_checks
;
member
78
BoundsCheckStrategy
bounds_checks
,
in CompilationEnv()
83
bounds_checks
(
bounds_checks
),
in CompilationEnv()
H
A
D
wasm-code-manager.h
760
BoundsCheckStrategy
bounds_checks
() const { return bounds_checks_; }
in bounds_checks()
function in v8::internal::wasm::final::final
H
A
D
wasm-objects.cc
784
instance->module_object().native_module()->
bounds_checks
() ==
in SetInstanceMemory()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.h
546
wasm::BoundsCheckStrategy
bounds_checks
() const {
in bounds_checks()
function
547
return env_->
bounds_checks
;
in bounds_checks()
H
A
D
wasm-compiler.cc
534
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
D
liftoff-compiler.cc
932
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
D
dependence_analysis_helpers.cpp
1165
TEST(DependencyAnalysisHelpers,
bounds_checks
) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H
A
D
dependence_analysis_helpers.cpp
1165
TEST(DependencyAnalysisHelpers,
bounds_checks
) {
/third_party/spirv-tools/test/opt/loop_optimizations/
H
A
D
dependence_analysis_helpers.cpp
1159
TEST(DependencyAnalysisHelpers,
bounds_checks
) {
Completed in 38 milliseconds