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:VM_OC_PUT_STACK
(Results
1 - 4
of
4
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
byte-code.h
93
(VM_OC_ ## group) | VM_OC_GET_STACK |
VM_OC_PUT_STACK
) \
95
(VM_OC_ ## group) | VM_OC_GET_LITERAL |
VM_OC_PUT_STACK
)
99
(VM_OC_ ## group) | VM_OC_GET_STACK_STACK |
VM_OC_PUT_STACK
) \
101
(VM_OC_ ## group) | VM_OC_GET_STACK_LITERAL |
VM_OC_PUT_STACK
) \
103
(VM_OC_ ## group) | VM_OC_GET_LITERAL_LITERAL |
VM_OC_PUT_STACK
)
109
(VM_OC_PROP_ ## group) | VM_OC_GET_STACK_STACK | VM_OC_PUT_REFERENCE |
VM_OC_PUT_STACK
) \
115
(VM_OC_ ## group) | VM_OC_GET_LITERAL | VM_OC_PUT_IDENT |
VM_OC_PUT_STACK
) \
228
VM_OC_PUSH_OBJECT |
VM_OC_PUT_STACK
) \
236
VM_OC_PUSH_ARRAY |
VM_OC_PUT_STACK
) \
244
VM_OC_PUSH_ELISON |
VM_OC_PUT_STACK
) \
[all...]
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
635
if (!(opcode_data & (
VM_OC_PUT_STACK
| VM_OC_PUT_BLOCK)))
in vm_super_call()
639
else if (opcode_data &
VM_OC_PUT_STACK
)
in vm_super_call()
727
if (!(opcode_data & (
VM_OC_PUT_STACK
| VM_OC_PUT_BLOCK)))
in vm_spread_operation()
731
else if (opcode_data &
VM_OC_PUT_STACK
)
in vm_spread_operation()
821
if (!(opcode_data & (
VM_OC_PUT_STACK
| VM_OC_PUT_BLOCK)))
in opfunc_call()
825
else if (opcode_data &
VM_OC_PUT_STACK
)
in opfunc_call()
2416
if (opcode_data &
VM_OC_PUT_STACK
)
in vm_loop()
2438
opcode_data &= (uint32_t) ~
VM_OC_PUT_STACK
;
in vm_loop()
2479
if (opcode_data &
VM_OC_PUT_STACK
)
in vm_loop()
2501
opcode_data &= (uint32_t) ~
VM_OC_PUT_STACK
;
in vm_loop()
[all...]
H
A
D
vm.h
417
VM_OC_PUT_STACK
= VM_OC_PUT_RESULT_CREATE_FLAG (0x4),
enumerator
H
A
D
opcodes.c
1290
if (opcode_data &
VM_OC_PUT_STACK
)
in opfunc_assign_super_reference()
Completed in 7 milliseconds