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:taggedPool
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
program_object.cpp
78
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in GetStringFromCacheForJit()
local
79
auto val =
taggedPool
->Get(index);
in GetStringFromCacheForJit()
84
JSPandaFile *jsPandaFile =
taggedPool
->GetJSPandaFile();
in GetStringFromCacheForJit()
85
panda_file::File::EntityId id =
taggedPool
->GetEntityId(index);
in GetStringFromCacheForJit()
98
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in GetStringFromCache()
local
99
auto val =
taggedPool
->Get(index);
in GetStringFromCache()
101
if (!
taggedPool
->GetJSPandaFile()->IsNewVersion()) {
in GetStringFromCache()
103
taggedPool
= ConstantPool::Cast(unsharedCp.GetTaggedObject());
in GetStringFromCache()
104
return
taggedPool
->Get(index);
in GetStringFromCache()
108
JSPandaFile *jsPandaFile =
taggedPool
in GetStringFromCache()
185
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
GetMethodFromCache()
local
[all...]
H
A
D
program_object.h
457
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in CASSetObjectToCache()
local
460
reinterpret_cast<uintptr_t>(
taggedPool
) + DATA_OFFSET + index * JSTaggedValue::TaggedTypeSize());
in CASSetObjectToCache()
461
JSTaggedValue tempVal =
taggedPool
->GetObjectFromCache(index);
in CASSetObjectToCache()
462
JSTaggedValue expected = IsLoadedMethodInfoFromAOT(
taggedPool
->GetJSPandaFile(), tempVal) ? tempVal :
in CASSetObjectToCache()
479
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in GetMethodFromCache()
local
480
auto val =
taggedPool
->GetObjectFromCache(index);
in GetMethodFromCache()
481
JSPandaFile *jsPandaFile =
taggedPool
->GetJSPandaFile();
in GetMethodFromCache()
507
if (!
taggedPool
->GetJSPandaFile()->IsNewVersion()) {
in GetMethodFromCache()
509
taggedPool
= ConstantPool::Cast(unsharedCp.GetTaggedObject());
in GetMethodFromCache()
510
return
taggedPool
in GetMethodFromCache()
549
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
GetLiteralFromCache()
local
646
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
GetLiteralFromCache()
local
659
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
GetIdFromCache()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
jit_compilation_env.cpp
75
[[maybe_unused]] const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in FindConstpool()
local
76
ASSERT(
taggedPool
->GetJSPandaFile() == jsPandaFile);
in FindConstpool()
87
[[maybe_unused]] const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in FindConstpool()
local
88
ASSERT(
taggedPool
->GetJSPandaFile() == jsPandaFile);
in FindConstpool()
89
ASSERT(
taggedPool
->GetSharedConstpoolId().GetInt() == index);
in FindConstpool()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
method.cpp
63
const ConstantPool *
taggedPool
= ConstantPool::Cast(constpool.GetTaggedObject());
in GetJSPandaFile()
local
64
return
taggedPool
->GetJSPandaFile();
in GetJSPandaFile()
Completed in 5 milliseconds