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:hostVM
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapisetloop_fuzzer/
H
A
D
jsnapisetloop_fuzzer.cpp
50
EcmaVM *
hostVM
= JSNApi::CreateEcmaVM(option1);
in JSNApiSynchronizVMInfoFuzzTest()
local
51
JSNApi::SynchronizVMInfo(vm,
hostVM
);
in JSNApiSynchronizVMInfoFuzzTest()
53
JSNApi::DestroyJSVM(
hostVM
);
in JSNApiSynchronizVMInfoFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_third_tests.cpp
627
EcmaVM *
hostVM
= JSNApi::CreateEcmaVM(option);
in HWTEST_F_L0()
629
LocalScope scope2(
hostVM
);
in HWTEST_F_L0()
630
JSNApi::SynchronizVMInfo(vm_,
hostVM
);
in HWTEST_F_L0()
632
JSNApi::DestroyJSVM(
hostVM
);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
4252
void JSNApi::SynchronizVMInfo(EcmaVM *vm, const EcmaVM *
hostVM
)
in SynchronizVMInfo()
argument
4255
vm->SetBundleName(
hostVM
->GetBundleName());
in SynchronizVMInfo()
4256
vm->SetModuleName(
hostVM
->GetModuleName());
in SynchronizVMInfo()
4257
vm->SetAssetPath(
hostVM
->GetAssetPath());
in SynchronizVMInfo()
4258
vm->SetIsBundlePack(
hostVM
->IsBundlePack());
in SynchronizVMInfo()
4259
vm->SetPkgNameList(
hostVM
->GetPkgNameList());
in SynchronizVMInfo()
4260
vm->SetPkgAliasList(
hostVM
->GetPkgAliasList());
in SynchronizVMInfo()
4261
vm->SetpkgContextInfoList(
hostVM
->GetPkgContextInfoLit());
in SynchronizVMInfo()
4266
hostVM
->GetAssociatedJSThread()->GetCurrentEcmaContext()->GetModuleManager();
in SynchronizVMInfo()
4268
vm->SetResolveBufferCallback(
hostVM
in SynchronizVMInfo()
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
1726
static void SynchronizVMInfo(EcmaVM *vm, const EcmaVM *
hostVM
);
Completed in 15 milliseconds