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:pgoType
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
type_info_accessors.cpp
51
ParamType TypeInfoAccessor::PGOBuiltinTypeToParamType(ProfileType
pgoType
)
in PGOBuiltinTypeToParamType()
argument
53
if (
pgoType
.IsBuiltinsType()) {
in PGOBuiltinTypeToParamType()
54
return ParamType(
pgoType
.GetBuiltinsType());
in PGOBuiltinTypeToParamType()
520
auto
pgoType
= pgoTypes->GetObjectInfo(0);
in GetAccessorPlr()
local
521
ProfileTyper holderType = std::make_pair(
pgoType
.GetHoldRootType(),
pgoType
.GetHoldType());
in GetAccessorPlr()
554
auto
pgoType
= pgoTypes->GetObjectInfo(0);
in GetAccessorPlrInJIT()
local
555
JSHClass* receiverType =
pgoType
.GetReceiverHclass();
in GetAccessorPlrInJIT()
556
JSHClass* holderType =
pgoType
.GetHolderHclass();
in GetAccessorPlrInJIT()
576
auto
pgoType
in GetCallMethodId()
local
[all...]
H
A
D
ts_inline_lowering.cpp
54
auto
pgoType
= acc_.TryGetPGOType(gate);
in GetInlinedMethodId()
local
55
if (
pgoType
.IsValidCallMethodId()) {
in GetInlinedMethodId()
56
methodOffset =
pgoType
.GetCallMethodId();
in GetInlinedMethodId()
350
auto
pgoType
= pgoTypes->GetObjectInfo(0);
in BuildAccessor()
local
352
int holderHCIndex = ptManager->GetHolderHIndexByPGOObjectInfoType(
pgoType
, compilationEnv_->IsAotCompiler());
in BuildAccessor()
546
auto
pgoType
= pgoTypes->GetObjectInfo(0);
in InlineAccessorCheck()
local
548
int receiverHCIndex = ptManager->GetReceiverHIndexByPGOObjectInfoType(
pgoType
, compilationEnv_->IsAotCompiler());
in InlineAccessorCheck()
H
A
D
type_info_accessors.h
76
static ParamType PGOBuiltinTypeToParamType(ProfileType
pgoType
);
780
auto
pgoType
= pgoTypes->GetObjectInfo(0);
in IsEnableAccessorInline()
local
781
if (
pgoType
.GetAccessorMethod().GetProfileType().IsValidCallMethodId()) {
in IsEnableAccessorInline()
H
A
D
frame_states.cpp
258
auto
pgoType
= pgoTypeRecorder_->GetPGOType(acc_.TryGetPcOffset(gate));
in FillBcInputs()
local
259
acc_.TrySetPGOType(gate,
pgoType
);
in FillBcInputs()
Completed in 9 milliseconds