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:jerry_vla_malloc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/jerryscript/jerry-ext/arg/
H
A
D
arg.c
125
prop = (jerry_value_t*)
jerry_vla_malloc
(sizeof(jerry_value_t) * name_cnt);
in jerryx_arg_transform_object_properties()
188
arr = (jerry_value_t*)
jerry_vla_malloc
(sizeof(jerry_value_t) * c_arg_cnt);
in jerryx_arg_transform_array()
/third_party/jerryscript/jerry-ext/module/
H
A
D
module.c
191
name_string = (jerry_char_t*)
jerry_vla_malloc
(sizeof(jerry_char_t) * name_size);
in jerryx_resolve_native_module()
244
canonical_names = (jerry_value_t*)
jerry_vla_malloc
(sizeof(jerry_value_t) * resolver_count);
in jerryx_module_resolve_local()
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-dataview-object.c
304
swap_block_p =
jerry_vla_malloc
(sizeof(lit_utf8_byte_t) * element_size);
in ecma_op_dataview_get_set_view_value()
/third_party/jerryscript/jerry-core/include/
H
A
D
jerryscript-core.h
347
char*
jerry_vla_malloc
(uint32_t size);
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry.c
201
char*
jerry_vla_malloc
(uint32_t size)
in jerry_vla_malloc()
function
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
4470
stack = (ecma_value_t*)
jerry_vla_malloc
(sizeof(ecma_value_t) * frame_size);
in vm_run()
Completed in 12 milliseconds