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
defs:literal_base_p
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-literal-storage.c
563
ecma_snapshot_get_literal (const uint8_t *
literal_base_p
, /**< literal start */
in ecma_snapshot_get_literal()
argument
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
973
const uint8_t *
literal_base_p
= snapshot_data_p + header_p->lit_table_offset;
in jerry_snapshot_result()
local
551
snapshot_load_compiled_code(const uint8_t *base_addr_p, const uint8_t *
literal_base_p
, bool copy_bytecode)
snapshot_load_compiled_code()
argument
1060
scan_snapshot_functions(const uint8_t *buffer_p, const uint8_t *buffer_end_p, ecma_collection_t *lit_pool_p, const uint8_t *
literal_base_p
)
scan_snapshot_functions()
argument
1131
update_literal_offsets(uint8_t *buffer_p, const uint8_t *buffer_end_p, const lit_mem_to_snapshot_id_map_entry_t *lit_map_p, const uint8_t *
literal_base_p
)
update_literal_offsets()
argument
1265
const uint8_t *
literal_base_p
= data_p + header_p->lit_table_offset;
jerry_merge_snapshots()
local
1325
const uint8_t *
literal_base_p
= ((const uint8_t *) inp_buffers_p[i]) + current_header_p->lit_table_offset;
jerry_merge_snapshots()
local
1591
const uint8_t *
literal_base_p
= snapshot_data_p + header_p->lit_table_offset;
jerry_get_literals_from_snapshot()
local
[all...]
Completed in 3 milliseconds