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:write_u32v
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.cc
59
void WasmFunctionBuilder::EmitU32V(uint32_t val) { body_.
write_u32v
(val); }
in EmitU32V()
102
body_.
write_u32v
(opcode & 0xff);
in EmitWithPrefix()
127
body_.
write_u32v
(immediate);
in EmitWithU32V()
137
buffer->
write_u32v
(type.ref_index());
in WriteValueType()
185
asm_offsets_.
write_u32v
(byte_offset - last_asm_byte_offset_);
in AddAsmWasmOffset()
225
buffer->
write_u32v
(signature_index_);
in WriteSignature()
258
buffer->
write_u32v
(static_cast<uint32_t>(locals_.Size()));
in WriteAsmWasmOffsetTable()
260
buffer->
write_u32v
(asm_func_start_source_position_);
in WriteAsmWasmOffsetTable()
478
buffer->
write_u32v
(init.immediate().index);
in WriteInitializerExpressionWithEnd()
486
buffer->
write_u32v
(ini
in WriteInitializerExpressionWithEnd()
[all...]
H
A
D
local-decl-encoder.cc
33
LEBHelper::
write_u32v
(&pos, static_cast<uint32_t>(local_decls.size()));
in Emit()
37
LEBHelper::
write_u32v
(&pos, locals_count);
in Emit()
41
LEBHelper::
write_u32v
(&pos, locals_type.ref_index());
in Emit()
H
A
D
wasm-module-builder.h
63
void
write_u32v
(uint32_t val) {
in write_u32v()
function in v8::internal::wasm::ZoneBuffer
65
LEBHelper::
write_u32v
(&pos_, val);
in write_u32v()
86
LEBHelper::
write_u32v
(&pos_, static_cast<uint32_t>(val));
in write_size()
H
A
D
leb-helper.h
27
static void
write_u32v
(uint8_t** dest, uint32_t val) {
in write_u32v()
function in v8::internal::wasm::LEBHelper
Completed in 5 milliseconds