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:literal_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-literal-storage.c
505
uint32_t
literal_offset
= 0;
in ecma_save_literals_for_snapshot()
local
517
map_p->
literal_offset
= (
literal_offset
<< JERRY_SNAPSHOT_LITERAL_SHIFT) | ECMA_TYPE_SNAPSHOT_OFFSET;
in ecma_save_literals_for_snapshot()
523
map_p->
literal_offset
|= JERRY_SNAPSHOT_LITERAL_IS_NUMBER;
in ecma_save_literals_for_snapshot()
544
literal_offset
+= length;
in ecma_save_literals_for_snapshot()
H
A
D
ecma-literal-storage.h
37
ecma_value_t
literal_offset
; /**< literal offset */
member
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry-snapshot.c
495
literal_start_p[i] = current_p->
literal_offset
;
in jerry_snapshot_set_offsets()
518
literal_start_p[i] = current_p->
literal_offset
;
in jerry_snapshot_set_offsets()
682
size_t
literal_offset
= (size_t) literal_start_p[i];
in snapshot_load_compiled_code()
local
684
if (
literal_offset
== 0)
in snapshot_load_compiled_code()
693
literal_bytecode_p = snapshot_load_compiled_code (base_addr_p +
literal_offset
,
in snapshot_load_compiled_code()
1179
literal_start_p[i] = current_p->
literal_offset
;
in update_literal_offsets()
1201
literal_start_p[i] = current_p->
literal_offset
;
in update_literal_offsets()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_tex.cpp
842
bool
literal_offset
= false;
in emit_tex_tg4()
local
844
literal_offset
= nir_src_as_const_value(*src.offset) != 0;
in emit_tex_tg4()
846
(
literal_offset
? "literal" : "varying") <<
in emit_tex_tg4()
849
if (!
literal_offset
) {
in emit_tex_tg4()
881
if (
literal_offset
) {
in emit_tex_tg4()
Completed in 5 milliseconds