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:emit_bytes
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
safepoint-table.cc
226
auto
emit_bytes
= [assembler](int value, int bytes) {
in Emit()
local
233
emit_bytes
(entry.pc, pc_size);
in Emit()
239
emit_bytes
(entry.deopt_index + 1, deopt_index_size);
in Emit()
240
emit_bytes
(entry.trampoline + 1, pc_size);
in Emit()
242
emit_bytes
(entry.register_indexes, register_indexes_size);
in Emit()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H
A
D
wasm-module-builder.js
534
emit_bytes
(data) {
544
this.
emit_bytes
(string);
558
this.
emit_bytes
([
573
this.
emit_bytes
(section.trunc_buffer());
722
section.
emit_bytes
(name);
723
section.
emit_bytes
(bytes);
1014
section.
emit_bytes
(wasmF32Const(global.init));
1017
section.
emit_bytes
(wasmF64Const(global.init));
1178
section.
emit_bytes
(header.trunc_buffer());
1179
section.
emit_bytes
(fun
[all...]
Completed in 3 milliseconds