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:refs_p
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-container-object.c
704
ecma_collection_t *
refs_p
;
in ecma_op_container_set_weak()
local
713
refs_p
= ecma_new_collection ();
in ecma_op_container_set_weak()
714
ECMA_SET_INTERNAL_VALUE_POINTER (value_p->value,
refs_p
);
in ecma_op_container_set_weak()
718
refs_p
= ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, (ECMA_PROPERTY_VALUE_PTR (property_p)->value));
in ecma_op_container_set_weak()
722
for (uint32_t i = 0; i <
refs_p
->item_count; i++)
in ecma_op_container_set_weak()
724
if (ecma_is_value_empty (
refs_p
->buffer_p[i]))
in ecma_op_container_set_weak()
726
refs_p
->buffer_p[i] = container_value;
in ecma_op_container_set_weak()
731
ecma_collection_push_back (
refs_p
, container_value);
in ecma_op_container_set_weak()
986
ecma_collection_t *
refs_p
= ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t,
in ecma_op_container_unref_weak()
local
988
for (uint32_t i = 0; i <
refs_p
in ecma_op_container_unref_weak()
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-gc.c
983
ecma_collection_t *
refs_p
= ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t,
in ecma_gc_free_properties()
local
985
for (uint32_t j = 0; j <
refs_p
->item_count; j++)
in ecma_gc_free_properties()
987
const ecma_value_t value =
refs_p
->buffer_p[j];
in ecma_gc_free_properties()
997
ecma_collection_destroy (
refs_p
);
in ecma_gc_free_properties()
Completed in 4 milliseconds