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:mtype
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_preg.h
136
PregIdx CreatePreg(PrimType primType, MIRType *
mtype
= nullptr)
in CreatePreg()
138
DEBUG_ASSERT(!
mtype
||
mtype
->GetPrimType() == PTY_ref ||
mtype
->GetPrimType() == PTY_ptr, "ref or ptr type");
in CreatePreg()
140
auto *preg = mAllocator->GetMemPool()->New<MIRPreg>(index, primType,
mtype
);
in CreatePreg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H
A
D
lmir_builder.cpp
535
PregIdx LMIRBuilder::CreatePreg(Type *
mtype
)
in CreatePreg()
argument
537
DEBUG_ASSERT(
mtype
!= nullptr, "type is null");
in CreatePreg()
538
if ((
mtype
->GetPrimType() != PTY_ptr) && (
mtype
->GetPrimType() != PTY_ref)) {
in CreatePreg()
540
return GetCurFunction().GetPregTab()->CreatePreg(
mtype
->GetPrimType());
in CreatePreg()
542
return GetCurFunction().GetPregTab()->CreatePreg(
mtype
->GetPrimType(),
mtype
);
in CreatePreg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H
A
D
lmir_builder.h
394
PregIdx CreatePreg(Type *
mtype
);
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
127
MemSpaceType
mtype
;
in DEF_RUNTIME_STUBS()
local
130
mtype
= MemSpaceType::SEMI_SPACE;
in DEF_RUNTIME_STUBS()
133
mtype
= MemSpaceType::OLD_SPACE;
in DEF_RUNTIME_STUBS()
136
mtype
= MemSpaceType::NON_MOVABLE;
in DEF_RUNTIME_STUBS()
139
mtype
= MemSpaceType::SHARED_OLD_SPACE;
in DEF_RUNTIME_STUBS()
142
mtype
= MemSpaceType::SHARED_NON_MOVABLE;
in DEF_RUNTIME_STUBS()
150
auto result = factory->AllocObjectWithSpaceType(size, hclass,
mtype
);
in DEF_RUNTIME_STUBS()
Completed in 17 milliseconds