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
defs:stack_top_p
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm-defines.h
46
ecma_value_t *
stack_top_p
; /**< stack top pointer */
member
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
416
opfunc_spread_arguments (ecma_value_t *
stack_top_p
, /**< pointer to the current stack top */
in opfunc_spread_arguments()
argument
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
vm.c
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...]
Completed in 4 milliseconds