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:runtimeType
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
plugins.h
24
PANDA_PUBLIC_API panda_file::SourceLang RuntimeTypeToLang(const std::string &
runtimeType
);
26
bool HasRuntime(const std::string &
runtimeType
);
H
A
D
panda_vm.cpp
31
PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view
runtimeType
)
in Create()
argument
33
LanguageContext ctx = runtime->GetLanguageContext(std::string(
runtimeType
));
in Create()
H
A
D
runtime.cpp
234
LanguageContext Runtime::GetLanguageContext(const std::string &
runtimeType
)
in GetLanguageContext()
argument
236
return GetLanguageContext(plugins::RuntimeTypeToLang(
runtimeType
));
in GetLanguageContext()
713
bool Runtime::CreatePandaVM(std::string_view
runtimeType
)
in CreatePandaVM()
argument
717
pandaVm_ = PandaVM::Create(this, options_,
runtimeType
);
in CreatePandaVM()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
runtime_options.h
196
std::string
runtimeType
= "core";
in InitializeRuntimeSpacesAndType()
local
201
runtimeType
= runtime;
in InitializeRuntimeSpacesAndType()
206
SetRuntimeType(
runtimeType
);
in InitializeRuntimeSpacesAndType()
H
A
D
runtime.h
106
LanguageContext GetLanguageContext(const std::string &
runtimeType
);
454
bool CreatePandaVM(std::string_view
runtimeType
);
H
A
D
panda_vm.h
50
static PandaVM *Create(Runtime *runtime, const RuntimeOptions &options, std::string_view
runtimeType
);
Completed in 6 milliseconds