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:literal_end
(Results
1 - 6
of
6
) sorted by relevance
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
247
uint32_t
literal_end
;
in snapshot_add_compiled_code()
local
254
literal_end
= (uint32_t) (args_p->
literal_end
- args_p->register_end);
in snapshot_add_compiled_code()
262
literal_end
= (uint32_t) (args_p->
literal_end
- args_p->register_end);
in snapshot_add_compiled_code()
266
for (uint32_t i = const_literal_end; i <
literal_end
; i++)
in snapshot_add_compiled_code()
372
uint32_t
literal_end
;
in static_snapshot_add_compiled_code()
local
382
literal_end
= (uint32_t) (args_p->
literal_end
- args_p->register_end);
in static_snapshot_add_compiled_code()
391
literal_end
in static_snapshot_add_compiled_code()
582
uint32_t
literal_end
;
snapshot_load_compiled_code()
local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-literal-storage.c
368
uint32_t
literal_end
;
in ecma_save_literals_add_compiled_code()
local
380
literal_end
= args_p->
literal_end
- register_end;
in ecma_save_literals_add_compiled_code()
395
literal_end
= args_p->
literal_end
- register_end;
in ecma_save_literals_add_compiled_code()
413
for (uint32_t i = const_literal_end; i <
literal_end
; i++)
in ecma_save_literals_add_compiled_code()
H
A
D
ecma-helpers.c
1378
uint32_t
literal_end
;
in ecma_bytecode_deref()
local
1384
literal_end
= args_p->
literal_end
;
in ecma_bytecode_deref()
1393
literal_end
= args_p->
literal_end
;
in ecma_bytecode_deref()
1400
for (uint32_t i = const_literal_end; i <
literal_end
; i++)
in ecma_bytecode_deref()
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser.c
613
uint16_t
literal_end
;
in parse_print_final_cbc()
local
623
literal_end
= args->
literal_end
;
in parse_print_final_cbc()
633
literal_end
= args->
literal_end
;
in parse_print_final_cbc()
700
JERRY_DEBUG_MSG (" Literal range end: %d\n\n", (int)
literal_end
);
in parse_print_final_cbc()
713
byte_code_start_p += (unsigned int) (
literal_end
- register_end) * sizeof (ecma_value_t);
in parse_print_final_cbc()
1256
args_p->
literal_end
= context_p->literal_count;
in parser_post_processing()
1270
args_p->
literal_end
= (uint8_t) context_p->literal_count;
in parser_post_processing()
H
A
D
byte-code.h
770
* const_literal_end <= index <
literal_end
: template literals
784
uint8_t
literal_end
; /**< end position of the literal group */
member
798
uint16_t
literal_end
; /**< end position of the literal group */
member
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
4287
literal_p += args_p->
literal_end
;
in vm_init_exec()
4299
literal_p += args_p->
literal_end
;
in vm_init_exec()
Completed in 12 milliseconds