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:stack_top_p
(Results
1 - 5
of
5
) sorted by relevance
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
557
ecma_value_t collection = *(--frame_ctx_p->
stack_top_p
);
in vm_super_call()
565
arguments_p = frame_ctx_p->
stack_top_p
;
in vm_super_call()
568
ecma_value_t func_value = *(--frame_ctx_p->
stack_top_p
);
in vm_super_call()
641
*frame_ctx_p->
stack_top_p
++ = completion_value;
in vm_super_call()
664
ecma_value_t collection = *(--frame_ctx_p->
stack_top_p
);
in vm_spread_operation()
667
ecma_value_t func_value = *(--frame_ctx_p->
stack_top_p
);
in vm_spread_operation()
689
ecma_value_t this_value = is_call_prop ? frame_ctx_p->
stack_top_p
[-2] : ECMA_VALUE_UNDEFINED;
in vm_spread_operation()
708
ecma_free_value (*(--frame_ctx_p->
stack_top_p
));
in vm_spread_operation()
709
ecma_free_value (*(--frame_ctx_p->
stack_top_p
));
in vm_spread_operation()
733
*frame_ctx_p->
stack_top_p
in vm_spread_operation()
770
ecma_value_t *
stack_top_p
= frame_ctx_p->
stack_top_p
- arguments_list_len;
opfunc_call()
local
860
ecma_value_t *
stack_top_p
= frame_ctx_p->
stack_top_p
- arguments_list_len;
opfunc_construct()
local
981
ecma_value_t *
stack_top_p
;
vm_loop()
local
1886
stack_top_p
[index],
vm_loop()
local
[all...]
H
A
D
opcodes.c
318
opfunc_append_to_spread_array (ecma_value_t *
stack_top_p
, /**< current stack top */
in opfunc_append_to_spread_array()
argument
323
ecma_object_t *array_obj_p = ecma_get_object_from_value (
stack_top_p
[-1]);
in opfunc_append_to_spread_array()
331
if (ecma_is_value_array_hole (
stack_top_p
[i]))
in opfunc_append_to_spread_array()
336
if (
stack_top_p
[i] == ECMA_VALUE_SPREAD_ELEMENT)
in opfunc_append_to_spread_array()
340
ecma_value_t spread_value =
stack_top_p
[i];
in opfunc_append_to_spread_array()
389
ecma_free_value (
stack_top_p
[k]);
in opfunc_append_to_spread_array()
399
stack_top_p
[i],
in opfunc_append_to_spread_array()
402
ecma_free_value (
stack_top_p
[i]);
in opfunc_append_to_spread_array()
416
opfunc_spread_arguments (ecma_value_t *
stack_top_p
, /**< pointer to the current stack top */
in opfunc_spread_arguments()
argument
423
ecma_value_t arg = *
stack_top_p
in opfunc_spread_arguments()
495
opfunc_append_array(ecma_value_t *
stack_top_p
, uint16_t values_length)
opfunc_append_array()
argument
681
ecma_value_t *
stack_top_p
= executable_object_p->frame_ctx.
stack_top_p
;
opfunc_resume_executable_object()
local
933
opfunc_init_class(vm_frame_ctx_t *frame_ctx_p, ecma_value_t *
stack_top_p
)
opfunc_init_class()
argument
1195
ecma_value_t *
stack_top_p
= *vm_
stack_top_p
;
opfunc_form_super_reference()
local
1249
ecma_value_t *
stack_top_p
= *vm_
stack_top_p
;
opfunc_assign_super_reference()
local
[all...]
H
A
D
opcodes.h
109
opfunc_spread_arguments (ecma_value_t *
stack_top_p
, uint8_t argument_list_len);
113
opfunc_append_array (ecma_value_t *
stack_top_p
, uint16_t values_length);
132
opfunc_init_class (vm_frame_ctx_t *frame_context_p, ecma_value_t *
stack_top_p
);
H
A
D
vm-defines.h
46
ecma_value_t *
stack_top_p
; /**< stack top pointer */
member
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-gc.c
485
register_end_p = executable_object_p->frame_ctx.
stack_top_p
;
in ecma_gc_mark_executable_object()
924
register_end_p = executable_object_p->frame_ctx.
stack_top_p
;
in ecma_gc_free_executable_object()
Completed in 5 milliseconds