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:isShared
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/program/
H
A
D
program.h
208
void SetShared(bool
isShared
)
in SetShared()
argument
210
isShared_ =
isShared
;
in SetShared()
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
base_deserializer.h
173
void DeserializeFatalOutOfMemory(size_t size, bool dump = true, bool
isShared
= false)
in DeserializeFatalOutOfMemory()
175
if (
isShared
) {
in DeserializeFatalOutOfMemory()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
method_literal.h
288
void SetIsShared(bool
isShared
)
in SetIsShared()
290
extraLiteralInfo_ = IsSharedBit::Update(extraLiteralInfo_,
isShared
);
in SetIsShared()
H
A
D
panda_file_translator.cpp
72
bool
isShared
= JSPandaFile::IsSendableFunctionKind(funcKind);
in TranslateClasses()
73
methodLiteral->SetIsShared(
isShared
);
in TranslateClasses()
132
bool
isShared
= JSPandaFile::IsSendableFunctionKind(funcKind);
in TranslateClass()
133
methodLiteral->SetIsShared(
isShared
);
in TranslateClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecode_info_collector.cpp
99
bool
isShared
= JSPandaFile::IsSendableFunctionKind(funcKind);
in ProcessClasses()
100
methodLiteral->SetIsShared(
isShared
);
in ProcessClasses()
H
A
D
stub_builder.cpp
2878
Label
isShared
(env);
in StoreICWithHandler()
2920
BRANCH(IsStoreShared(handlerInfo), &
isShared
, ¬Shared);
in StoreICWithHandler()
local
2921
Bind(&
isShared
);
in StoreICWithHandler()
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
ic_runtime_stub-inl.h
230
bool
isShared
= HandlerBase::IsStoreShared(handlerInfo);
in StoreICWithHandler()
local
231
if (
isShared
) {
in StoreICWithHandler()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
1036
bool
isShared
= context->Binder()->Program()->IsShared();
in AddSharedModuleRecord()
local
1042
panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U8>(static_cast<uint8_t>(
isShared
)));
in AddSharedModuleRecord()
1046
} else if (
isShared
) {
in AddSharedModuleRecord()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_hclass.cpp
155
bool
isShared
= false;
in IsJSTypeShared()
local
181
isShared
= true;
in IsJSTypeShared()
186
return
isShared
;
in IsJSTypeShared()
H
A
D
js_object.cpp
2977
bool
isShared
= object->IsJSShared();
in SetNativePointerFieldCount()
local
2984
isShared
? thread->GetEcmaVM()->GetFactory()->NewSTaggedArray(count + RESOLVED_MAX_SIZE)
in SetNativePointerFieldCount()
2993
isShared
? thread->GetEcmaVM()->GetFactory()->NewSTaggedArray(count + RESOLVED_MAX_SIZE)
in SetNativePointerFieldCount()
3004
JSHandle<TaggedArray> newArray =
isShared
? thread->GetEcmaVM()->GetFactory()->NewSTaggedArray(count + 1)
in SetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
js_module_source_text.cpp
1180
bool
isShared
= IsSharedModule(module);
in InnerModuleEvaluation()
local
1182
if (!
isShared
) {
in InnerModuleEvaluation()
Completed in 42 milliseconds