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:lit_map_p
(Results
1 - 1
of
1
) sorted by relevance
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
451
lit_mem_to_snapshot_id_map_entry_t *
lit_map_p
) /**< literal map */
in jerry_snapshot_set_offsets()
488
lit_mem_to_snapshot_id_map_entry_t *current_p =
lit_map_p
;
in jerry_snapshot_set_offsets()
511
lit_mem_to_snapshot_id_map_entry_t *current_p =
lit_map_p
;
in jerry_snapshot_set_offsets()
798
lit_mem_to_snapshot_id_map_entry_t *
lit_map_p
= NULL;
in jerry_generate_snapshot_with_args()
local
811
&
lit_map_p
,
in jerry_generate_snapshot_with_args()
814
JERRY_ASSERT (
lit_map_p
== NULL);
in jerry_generate_snapshot_with_args()
822
lit_map_p
);
in jerry_generate_snapshot_with_args()
833
if (
lit_map_p
!= NULL)
in jerry_generate_snapshot_with_args()
835
jmem_heap_free_block (
lit_map_p
, literals_num * sizeof (lit_mem_to_snapshot_id_map_entry_t));
in jerry_generate_snapshot_with_args()
1133
const lit_mem_to_snapshot_id_map_entry_t *
lit_map_p
, /**< litera
in update_literal_offsets()
449
jerry_snapshot_set_offsets(uint32_t *buffer_p, uint32_t size, lit_mem_to_snapshot_id_map_entry_t *
lit_map_p
)
jerry_snapshot_set_offsets()
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
1297
lit_mem_to_snapshot_id_map_entry_t *
lit_map_p
;
jerry_merge_snapshots()
local
[all...]
Completed in 3 milliseconds