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:arkNativeEngine
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/napi/test/unittest/
H
A
D
test_ark_api_allowlist.cpp
144
ArkNativeEngine*
arkNativeEngine
= static_cast<ArkNativeEngine*>(engine_);
in HWTEST_F()
local
145
const EcmaVM* vm =
arkNativeEngine
->GetEcmaVm();
in HWTEST_F()
146
napi_env env = reinterpret_cast<napi_env>(
arkNativeEngine
);
in HWTEST_F()
196
ArkNativeEngine*
arkNativeEngine
= static_cast<ArkNativeEngine*>(engine_);
in HWTEST_F()
local
197
const EcmaVM* vm =
arkNativeEngine
->GetEcmaVm();
in HWTEST_F()
198
napi_env env = reinterpret_cast<napi_env>(
arkNativeEngine
);
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_worker.cpp
95
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in InitWorkerFunc()
local
97
if (g_jsFramework && !
arkNativeEngine
->ExecuteJsBin("/system/etc/strip.native.min.abc")) {
in InitWorkerFunc()
113
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
->GetEcmaVm());
in InitWorkerFunc()
132
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in OffWorkerFunc()
local
133
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
->GetEcmaVm());
in OffWorkerFunc()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
1119
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(GetNativeEngine());
in GetContextValue()
local
1120
if (!
arkNativeEngine
) {
in GetContextValue()
1145
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(GetNativeEngine());
in GetFrameNodeValueByNodeId()
local
1146
if (!
arkNativeEngine
) {
in GetFrameNodeValueByNodeId()
1297
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in RegisterInitWorkerFunc()
1298
if (
arkNativeEngine
== nullptr) {
in RegisterInitWorkerFunc()
1308
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
->GetEcmaVm());
in RegisterInitWorkerFunc()
1316
instance->InitConsoleModule(
arkNativeEngine
);
in RegisterInitWorkerFunc()
1319
arkNativeEngine
->RunBufferScript(buffer);
in RegisterInitWorkerFunc()
1336
auto
arkNativeEngine
in RegisterOffWorkerFunc()
2178
auto*
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine_);
FireExternalEvent()
local
2265
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine_);
FireExternalEvent()
local
2473
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine_);
GetStacktraceMessage()
local
[all...]
H
A
D
jsi_view_register.cpp
1276
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in JSHandleUncaughtException()
local
1277
CHECK_NULL_RETURN(
arkNativeEngine
, panda::JSValueRef::Undefined(vm));
in JSHandleUncaughtException()
1278
NapiUncaughtExceptionCallback callback =
arkNativeEngine
->GetNapiUncaughtExceptionCallback();
in JSHandleUncaughtException()
1284
callback(
arkNativeEngine
->ArkValueToNapiValue(reinterpret_cast<napi_env>(
arkNativeEngine
), exception));
in JSHandleUncaughtException()
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.cpp
382
ArkNativeEngine*
arkNativeEngine
= static_cast<ArkNativeEngine*>(info->GetData());
in ArkNativeEngine()
389
if (
arkNativeEngine
->isLimitedWorker_) {
in ArkNativeEngine()
404
arkNativeEngine
->isAppModule_ = isAppModule;
in ArkNativeEngine()
405
if (
arkNativeEngine
->isLimitedWorker_ && !isAppModule) {
in ArkNativeEngine()
429
auto it =
arkNativeEngine
->loadedModules_.find(module);
in ArkNativeEngine()
430
if (it !=
arkNativeEngine
->loadedModules_.end()) {
in ArkNativeEngine()
434
moduleManager->SetNativeEngine(strModuleName,
arkNativeEngine
);
in ArkNativeEngine()
454
auto exportObject =
arkNativeEngine
->LoadArkModule(buffer, module->jsCodeLen, fileName);
in ArkNativeEngine()
460
arkNativeEngine
->loadedModules_[module] = Global<JSValueRef>(ecmaVm, exports);
in ArkNativeEngine()
467
arkNativeEngine
in ArkNativeEngine()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
3146
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in RegisterInitWorkerFunc()
3147
if (
arkNativeEngine
== nullptr) {
in RegisterInitWorkerFunc()
3148
LOGE("
arkNativeEngine
is nullptr");
in RegisterInitWorkerFunc()
3159
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
->GetEcmaVm());
in RegisterInitWorkerFunc()
3167
instance->RegisterConsoleModule(
arkNativeEngine
);
in RegisterInitWorkerFunc()
3169
if (!
arkNativeEngine
->ExecuteJsBin("/system/etc/strip.native.min.abc")) {
in RegisterInitWorkerFunc()
3190
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
3191
if (
arkNativeEngine
== nullptr) {
3192
LOGE("
arkNativeEngine
is nullptr");
3196
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H
A
D
jsi_pa_engine.cpp
422
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in InitializeInner()
local
423
arkNativeEngine
->SetPackagePath(appLibPathKey, packagePath);
in InitializeInner()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
3475
auto
arkNativeEngine
= static_cast<ArkNativeEngine*>(nativeEngine);
in GetTransitionEffect()
local
3476
CHECK_NULL_RETURN(
arkNativeEngine
, nullptr);
in GetTransitionEffect()
3477
auto vm = const_cast<EcmaVM*>(
arkNativeEngine
->GetEcmaVm());
in GetTransitionEffect()
Completed in 25 milliseconds