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:dist32
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
constant-pool.cc
365
// We compute {
dist32
/64}, i.e. the distance from the first instruction
in ShouldEmitNow()
371
// (A) {
dist32
/64} will be out of range at the next check in.
in ShouldEmitNow()
372
// (B) Emission can be done behind an unconditional branch and {
dist32
/64}
in ShouldEmitNow()
374
// (C) {
dist32
/64} exceeds the desired approximate distance to the pool.
in ShouldEmitNow()
392
size_t
dist32
= pool_end_32 - first_use_32_;
in ShouldEmitNow()
local
393
bool next_check_too_late =
dist32
+ 2 * kCheckInterval >= kMaxDistToPool32;
in ShouldEmitNow()
395
require_jump == Jump::kOmitted && (
dist32
>= kOpportunityDistToPool32);
in ShouldEmitNow()
396
bool approximate_distance_exceeded =
dist32
>= kApproxDistToPool32;
in ShouldEmitNow()
614
// We compute {
dist32
/64}, i.e. the distance from the first instruction
in ShouldEmitNow()
620
// (A) {
dist32
/6
in ShouldEmitNow()
641
size_t
dist32
= pool_end_32 - first_use_32_;
ShouldEmitNow()
local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
5362
int
dist32
= pc_offset() - first_const_pool_32_use_;
in CheckConstPool()
local
5365
DCHECK_GE(
dist32
, kCheckPoolDeadline);
in CheckConstPool()
5366
} else if (
dist32
< kCheckPoolDeadline / 2) {
in CheckConstPool()
Completed in 12 milliseconds