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:asm_offsets_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/asmjs/
H
A
D
asm-js.cc
195
asm_offsets_
(nullptr),
in AsmJsCompilationJob()
218
wasm::ZoneBuffer*
asm_offsets_
;
member in v8::internal::final
248
asm_offsets_
= compile_zone->New<wasm::ZoneBuffer>(compile_zone);
in ExecuteJobImpl()
249
parser.module_builder()->WriteAsmJsOffsetTable(
asm_offsets_
);
in ExecuteJobImpl()
273
base::VectorOf(*
asm_offsets_
), uses_bitset,
in FinalizeJobImpl()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.cc
53
asm_offsets_
(builder->zone(), 8) {}
in WasmFunctionBuilder()
181
DCHECK(
asm_offsets_
.size() == 0 || body_.size() > last_asm_byte_offset_);
in AddAsmWasmOffset()
185
asm_offsets_
.write_u32v(byte_offset - last_asm_byte_offset_);
in AddAsmWasmOffset()
190
asm_offsets_
.write_i32v(call_position_u32 - last_asm_source_position_);
in AddAsmWasmOffset()
194
asm_offsets_
.write_i32v(to_number_position_u32 - call_position_u32);
in AddAsmWasmOffset()
204
DCHECK_EQ(0,
asm_offsets_
.size());
in SetAsmFunctionStartPosition()
248
if (asm_func_start_source_position_ == 0 &&
asm_offsets_
.size() == 0) {
in WriteAsmWasmOffsetTable()
255
buffer->write_size(
asm_offsets_
.size() + locals_enc_size + func_start_size);
in WriteAsmWasmOffsetTable()
261
buffer->write(
asm_offsets_
.begin(),
asm_offsets_
in WriteAsmWasmOffsetTable()
[all...]
H
A
D
wasm-module-builder.h
237
ZoneBuffer
asm_offsets_
;
member in v8::internal::wasm::WasmFunctionBuilder
Completed in 4 milliseconds