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:cbc_ext_flags
(Results
1 - 5
of
5
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
byte-code.c
53
const uint8_t
cbc_ext_flags
[] =
variable
H
A
D
js-parser-util.c
175
flags =
cbc_ext_flags
[opcode];
in parser_flush_cbc()
547
flags =
cbc_ext_flags
[opcode];
in parser_emit_cbc_forward_branch()
654
flags =
cbc_ext_flags
[opcode];
in parser_emit_cbc_backward_branch()
H
A
D
byte-code.h
87
(CBC_EXT_NO_RESULT_OPERATION (op1) ? ((
cbc_ext_flags
[PARSER_GET_EXT_OPCODE (op1)] & CBC_ARG_TYPES) \
88
== (
cbc_ext_flags
[PARSER_GET_EXT_OPCODE (op2)] & CBC_ARG_TYPES)) \
855
extern const uint8_t
cbc_ext_flags
[];
H
A
D
js-parser.c
418
flags =
cbc_ext_flags
[*bytes_p];
in parse_update_branches()
733
flags =
cbc_ext_flags
[ext_opcode];
in parse_print_final_cbc()
1023
flags =
cbc_ext_flags
[ext_opcode];
in parser_post_processing()
1411
flags =
cbc_ext_flags
[ext_opcode];
in parser_post_processing()
H
A
D
js-parser-internal.h
296
(PARSER_IS_BASIC_OPCODE (op) ? cbc_flags[(op)] :
cbc_ext_flags
[PARSER_GET_EXT_OPCODE (op)])
Completed in 7 milliseconds