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:ForceFullGC
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H
A
D
js_runtime_mock.h
31
MOCK_METHOD(void,
ForceFullGC
, ());
32
MOCK_METHOD(void,
ForceFullGC
, (uint32_t tid));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H
A
D
mock_runtime.h
68
void
ForceFullGC
() override
121
void
ForceFullGC
(uint32_t tid) override {}
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
runtime.h
92
virtual void
ForceFullGC
() = 0;
93
virtual void
ForceFullGC
(uint32_t tid) = 0;
H
A
D
cj_runtime.h
64
void
ForceFullGC
() override {};
65
void
ForceFullGC
(uint32_t tid) override {};
H
A
D
js_runtime.h
85
void
ForceFullGC
() override;
86
void
ForceFullGC
(uint32_t tid) override;
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
ace_engine.cpp
69
AceEngine::Get().
ForceFullGC
();
in HandleSignal()
258
void AceEngine::
ForceFullGC
() const
in ForceFullGC()
function in OHOS::Ace::AceEngine
266
container.second->
ForceFullGC
();
in ForceFullGC()
H
A
D
ace_engine.h
52
void
ForceFullGC
() const;
H
A
D
frontend.h
269
virtual void
ForceFullGC
() {}
in ForceFullGC()
function in OHOS::Ace::Frontend
H
A
D
container.h
154
virtual void
ForceFullGC
() {}
in ForceFullGC()
function in OHOS::Ace::Container
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H
A
D
cj_mock_runtime.h
63
void
ForceFullGC
() override
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H
A
D
cj_mock_runtime.h
61
void
ForceFullGC
() override
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
js_runtime.h
93
virtual void
ForceFullGC
() {}
in ForceFullGC()
function in OHOS::Ace::Framework::JsRuntime
H
A
D
jsi_engine.h
162
void
ForceFullGC
() override;
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
dump_runtime_helper.cpp
80
runtime->
ForceFullGC
(info.tid);
in DumpJsHeap()
H
A
D
main_thread.cpp
2442
auto forceFullGCFunc = []() { MainThread::
ForceFullGC
(); };
in HandleSignal()
2545
void MainThread::
ForceFullGC
()
in ForceFullGC()
function in OHOS::AppExecFwk::MainThread
2559
app->GetRuntime()->
ForceFullGC
();
in ForceFullGC()
2561
mainHandler_->PostTask(task, "MainThread:
ForceFullGC
");
in ForceFullGC()
3437
runtime->
ForceFullGC
();
in HandleCacheProcess()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.h
80
void
ForceFullGC
() override;
H
A
D
js_frontend.cpp
789
void JsFrontend::
ForceFullGC
()
in ForceFullGC()
function in OHOS::Ace::JsFrontend
792
jsEngine_->
ForceFullGC
();
in ForceFullGC()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_ace_container.cpp
134
void AceContainer::
ForceFullGC
() {}
in ForceFullGC()
function in OHOS::Ace::Platform::AceContainer
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
main_thread.h
595
static void
ForceFullGC
();
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H
A
D
js_engine.h
298
virtual void
ForceFullGC
() {}
in ForceFullGC()
function in OHOS::Ace::Framework::JsEngine
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
314
void
ForceFullGC
() override;
H
A
D
ace_container.cpp
1878
void AceContainer::
ForceFullGC
()
in ForceFullGC()
function in AceContainer
1884
sp->
ForceFullGC
();
in ForceFullGC()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime.cpp
1201
void JsRuntime::
ForceFullGC
(uint32_t tid)
in ForceFullGC()
function in OHOS::AbilityRuntime::JsRuntime
1214
void JsRuntime::
ForceFullGC
()
in ForceFullGC()
function in OHOS::AbilityRuntime::JsRuntime
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H
A
D
ext_backup_js_test.cpp
57
MOCK_METHOD(void,
ForceFullGC
, ());
58
MOCK_METHOD(void,
ForceFullGC
, (uint32_t tid));
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H
A
D
js_runtime_test.cpp
1197
* @tc.desc: JsRuntime test for
ForceFullGC
.
1208
jsRuntime->
ForceFullGC
();
in HWTEST_F()
Completed in 29 milliseconds
1
2