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:copied_code_p
(Results
1 - 1
of
1
) sorted by relevance
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
161
ecma_compiled_code_t *
copied_code_p
= (ecma_compiled_code_t *) copied_code_start_p;
in snapshot_add_compiled_code()
local
220
copied_code_p
->refs = (uint16_t) pattern_size;
in snapshot_add_compiled_code()
223
copied_code_p
->size = (uint16_t) ((pattern_size + JMEM_ALIGNMENT - 1) >> JMEM_ALIGNMENT_LOG);
in snapshot_add_compiled_code()
225
copied_code_p
->status_flags = compiled_code_p->status_flags;
in snapshot_add_compiled_code()
244
uint8_t *buffer_p = (uint8_t *)
copied_code_p
;
in snapshot_add_compiled_code()
346
ecma_compiled_code_t *
copied_code_p
= (ecma_compiled_code_t *) copied_code_start_p;
in static_snapshot_add_compiled_code()
local
368
uint8_t *buffer_p = (uint8_t *)
copied_code_p
;
in static_snapshot_add_compiled_code()
374
((ecma_compiled_code_t *)
copied_code_p
)->status_flags |= CBC_CODE_FLAGS_STATIC_FUNCTION;
in static_snapshot_add_compiled_code()
Completed in 4 milliseconds