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
defs:GetInstance
(Results
1 - 25
of
37
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler_interface.cpp
21
HeapProfilerInterface *HeapProfilerInterface::
GetInstance
(EcmaVM *vm)
in GetInstance()
function in panda::ecmascript::HeapProfilerInterface
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
jit_signcode.h
29
static JitSignCode *
GetInstance
()
in GetInstance()
function in panda::ecmascript::kungfu::JitSignCode
H
A
D
jit_compiler.cpp
30
JitCompiler *JitCompiler::
GetInstance
(JSRuntimeOptions *options)
in GetInstance()
function in panda::ecmascript::kungfu::JitCompiler
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
jit_warmup_profiler.h
24
static JitWarmupProfiler*
GetInstance
()
in GetInstance()
function in panda::ecmascript::JitWarmupProfiler
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H
A
D
shared_mm.h
29
static JSSharedMemoryManager *
GetInstance
()
in GetInstance()
function in panda::ecmascript::JSSharedMemoryManager
/arkcompiler/ets_runtime/ecmascript/platform/
H
A
D
aot_crash_info.h
47
static AotCrashInfo &
GetInstance
()
in GetInstance()
function in panda::ecmascript::AotCrashInfo
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H
A
D
lattice_element.cpp
42
LatticeElement *TopElement::
GetInstance
()
in GetInstance()
function in panda::bytecodeopt::TopElement
60
LatticeElement *BottomElement::
GetInstance
()
in GetInstance()
function in panda::bytecodeopt::BottomElement
/arkcompiler/ets_runtime/ecmascript/
H
A
D
waiter_list.h
78
static T *
GetInstance
()
in GetInstance()
function in panda::ecmascript::Singleton
H
A
D
runtime.cpp
33
Runtime *Runtime::
GetInstance
()
in GetInstance()
function in panda::ecmascript::Runtime
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_manager.cpp
25
PGOProfilerManager* PGOProfilerManager::
GetInstance
()
in GetInstance()
function in panda::ecmascript::pgo::PGOProfilerManager
H
A
D
pgo_trace.h
50
static std::shared_ptr<PGOTrace>
GetInstance
()
in GetInstance()
function in panda::ecmascript::pgo::PGOTrace
/arkcompiler/ets_runtime/ecmascript/ohos/
H
A
D
jit_tools.h
34
static JitTools &
GetInstance
()
in GetInstance()
function in panda::ecmascript::ohos::JitTools
H
A
D
enable_aot_list_helper.h
40
static std::shared_ptr<EnableAotJitListHelper>
GetInstance
()
in GetInstance()
function in panda::ecmascript::ohos::EnableAotJitListHelper
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H
A
D
me_option.cpp
34
MeOption &MeOption::
GetInstance
()
in GetInstance()
function in maple::MeOption
/arkcompiler/ets_runtime/compiler_service/src/
H
A
D
aot_compiler_client.cpp
37
AotCompilerClient &AotCompilerClient::
GetInstance
()
in GetInstance()
function in OHOS::ArkCompiler::AotCompilerClient
H
A
D
aot_compiler_impl.cpp
41
AotCompilerImpl& AotCompilerImpl::
GetInstance
()
in GetInstance()
function in OHOS::ArkCompiler::AotCompilerImpl
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
reg_alloc.h
28
static MPLTimerManager &
GetInstance
()
in GetInstance()
function in maplebe::RATimerManager
/arkcompiler/ets_runtime/ecmascript/daemon/
H
A
D
daemon_thread.cpp
35
DaemonThread *DaemonThread::
GetInstance
()
in GetInstance()
function in panda::ecmascript::DaemonThread
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
mem_map_allocator.cpp
20
MemMapAllocator *MemMapAllocator::
GetInstance
()
in GetInstance()
function in panda::ecmascript::MemMapAllocator
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
an_file_data_manager.cpp
20
AnFileDataManager *AnFileDataManager::
GetInstance
()
in GetInstance()
function in panda::ecmascript::AnFileDataManager
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
js_shared_module_manager.cpp
28
SharedModuleManager* SharedModuleManager::
GetInstance
()
in GetInstance()
function in panda::ecmascript::SharedModuleManager
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_dfx.cpp
45
JitDfx *JitDfx::
GetInstance
()
in GetInstance()
function in panda::ecmascript::JitDfx
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
js_pandafile_manager.cpp
29
JSPandaFileManager *JSPandaFileManager::
GetInstance
()
in GetInstance()
function in panda::ecmascript::JSPandaFileManager
/arkcompiler/runtime_core/libpandabase/os/
H
A
D
stacktrace.cpp
82
static StackPrinter &
GetInstance
()
in GetInstance()
function in panda::StackPrinter
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
small_vector.h
45
static StdAllocatorStub *
GetInstance
()
in GetInstance()
function in panda::StdAllocatorStub
Completed in 16 milliseconds
1
2