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:globalIndex
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
global_index_map.cpp
56
GlobalIndex
globalIndex
;
in InitGlobalConst()
local
57
globalIndex
.UpdateGlobalConstId(index);
in InitGlobalConst()
58
valueHandle.Update(JSTaggedValue(
globalIndex
.GetGlobalIndex()));
in InitGlobalConst()
81
GlobalIndex
globalIndex
;
in InitGlobalEnv()
local
82
globalIndex
.UpdateGlobalEnvId(index);
in InitGlobalEnv()
83
valueHandle.Update(JSTaggedValue(
globalIndex
.GetGlobalIndex()));
in InitGlobalEnv()
105
GlobalIndex
globalIndex
;
in InitBuiltinEntries()
local
106
globalIndex
.UpdateBuiltinEntriesId(index);
in InitBuiltinEntries()
107
valueHandle.Update(JSTaggedValue(
globalIndex
.GetGlobalIndex()));
in InitBuiltinEntries()
117
JSTaggedValue objAddress, GlobalIndex *
globalIndex
)
in FindGlobalIndex()
116
FindGlobalIndex(JSHandle<PointerToIndexDictionary>
globalIndex
Map, JSTaggedValue objAddress, GlobalIndex *
globalIndex
)
FindGlobalIndex()
argument
[all...]
H
A
D
global_index_map.h
38
JSTaggedValue obj, GlobalIndex *
globalIndex
);
H
A
D
js_thread.cpp
606
JSHClass *builtinHClass, GlobalIndex
globalIndex
)
in SetInitialBuiltinGlobalHClass()
609
map[builtinHClass] =
globalIndex
;
in SetInitialBuiltinGlobalHClass()
605
SetInitialBuiltinGlobalHClass( JSHClass *builtinHClass, GlobalIndex
globalIndex
)
SetInitialBuiltinGlobalHClass()
argument
H
A
D
js_thread.h
355
void SetInitialBuiltinGlobalHClass(JSHClass *builtinHClass, GlobalIndex
globalIndex
);
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins.cpp
723
GlobalIndex
globalIndex
;
in InitializeObject()
local
724
globalIndex
.UpdateGlobalEnvId(static_cast<size_t>(GlobalEnvField::OBJECT_FUNCTION_INDEX));
in InitializeObject()
725
thread_->SetInitialBuiltinGlobalHClass(objFunc->GetJSHClass(),
globalIndex
);
in InitializeObject()
Completed in 12 milliseconds