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_start_p
(Results
1 - 4
of
4
) sorted by relevance
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
245
ecma_value_t *
literal_start_p
;
in snapshot_add_compiled_code()
local
251
literal_start_p
= (ecma_value_t *) (buffer_p + sizeof (cbc_uint16_arguments_t));
in snapshot_add_compiled_code()
259
literal_start_p
= (ecma_value_t *) (buffer_p + sizeof (cbc_uint8_arguments_t));
in snapshot_add_compiled_code()
269
literal_start_p
[i]);
in snapshot_add_compiled_code()
273
literal_start_p
[i] = 0;
in snapshot_add_compiled_code()
284
literal_start_p
[i] = offset - start_offset;
in snapshot_add_compiled_code()
369
ecma_value_t *
literal_start_p
;
in static_snapshot_add_compiled_code()
local
378
literal_start_p
= (ecma_value_t *) (buffer_p + sizeof (cbc_uint16_arguments_t));
in static_snapshot_add_compiled_code()
387
literal_start_p
= (ecma_value_t *) (buffer_p + sizeof (cbc_uint8_arguments_t));
in static_snapshot_add_compiled_code()
397
if (!ecma_is_value_direct (
literal_start_p
[
in static_snapshot_add_compiled_code()
462
ecma_value_t *
literal_start_p
;
jerry_snapshot_set_offsets()
local
670
ecma_value_t *
literal_start_p
= (ecma_value_t *) (((uint8_t *) bytecode_p) + header_size);
snapshot_load_compiled_code()
local
1075
const ecma_value_t *
literal_start_p
;
scan_snapshot_functions()
local
1146
ecma_value_t *
literal_start_p
;
update_literal_offsets()
local
[all...]
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
944
ecma_string_t *name_p = ecma_get_string_from_value (
literal_start_p
[literal_index]); \
958
(target_value) = ecma_fast_copy_value (
literal_start_p
[literal_index]); \
964
literal_start_p
[literal_index]); \
979
ecma_value_t *
literal_start_p
= frame_ctx_p->
literal_start_p
;
in vm_loop()
local
1297
ecma_string_t *name_p = ecma_get_string_from_value (
literal_start_p
[literal_index]);
in vm_loop()
1339
literal_start_p
[value_index]);
in vm_loop()
1345
ecma_string_t *name_p = ecma_get_string_from_value (
literal_start_p
[literal_index]);
in vm_loop()
1406
literal_start_p
[value_index]);
in vm_loop()
1412
ecma_string_t *name_p = ecma_get_string_from_value (
literal_start_p
[literal_inde
in vm_loop()
[all...]
H
A
D
vm-defines.h
47
ecma_value_t *
literal_start_p
; /**< literal list start pointer */
member
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-helpers.c
1377
ecma_value_t *
literal_start_p
= NULL;
in ecma_bytecode_deref()
local
1387
literal_start_p
= (ecma_value_t *) ((uint8_t *) bytecode_p + sizeof (cbc_uint16_arguments_t));
in ecma_bytecode_deref()
1388
literal_start_p
-= args_p->register_end;
in ecma_bytecode_deref()
1396
literal_start_p
= (ecma_value_t *) ((uint8_t *) bytecode_p + sizeof (cbc_uint8_arguments_t));
in ecma_bytecode_deref()
1397
literal_start_p
-= args_p->register_end;
in ecma_bytecode_deref()
1403
literal_start_p
[i]);
in ecma_bytecode_deref()
Completed in 11 milliseconds