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_i32v
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.cc
57
void WasmFunctionBuilder::EmitI32V(int32_t val) { body_.
write_i32v
(val); }
in EmitI32V()
122
body_.
write_i32v
(immediate);
in EmitWithI32V()
134
buffer->
write_i32v
(type.heap_type().code());
in WriteValueType()
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()
457
buffer->
write_i32v
(init.immediate().i32_const);
in WriteInitializerExpressionWithEnd()
482
buffer->
write_i32v
(HeapType(init.immediate().heap_type).code());
in WriteInitializerExpressionWithEnd()
511
buffer->
write_i32v
(type.heap_type().code());
in WriteInitializerExpressionWithEnd()
578
buffer->
write_i32v
(static_cast<int32_t>(init.immediate().index));
in WriteInitializerExpressionWithEnd()
H
A
D
local-decl-encoder.cc
44
LEBHelper::
write_i32v
(&pos, locals_type.heap_type().code());
in Emit()
H
A
D
leb-helper.h
37
static void
write_i32v
(uint8_t** dest, int32_t val) {
in write_i32v()
function in v8::internal::wasm::LEBHelper
H
A
D
wasm-module-builder.h
68
void
write_i32v
(int32_t val) {
in write_i32v()
function in v8::internal::wasm::ZoneBuffer
70
LEBHelper::
write_i32v
(&pos_, val);
in write_i32v()
Completed in 4 milliseconds