Home
last modified time | relevance | path

Searched refs:isShared (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h208 void SetShared(bool isShared) in SetShared() argument
210 isShared_ = isShared; in SetShared()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.h173 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 Dmethod_literal.h288 void SetIsShared(bool isShared) in SetIsShared()
290 extraLiteralInfo_ = IsSharedBit::Update(extraLiteralInfo_, isShared); in SetIsShared()
H A Dpanda_file_translator.cpp72 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 Dbytecode_info_collector.cpp99 bool isShared = JSPandaFile::IsSendableFunctionKind(funcKind); in ProcessClasses()
100 methodLiteral->SetIsShared(isShared); in ProcessClasses()
H A Dstub_builder.cpp2878 Label isShared(env); in StoreICWithHandler()
2920 BRANCH(IsStoreShared(handlerInfo), &isShared, &notShared); in StoreICWithHandler() local
2921 Bind(&isShared); in StoreICWithHandler()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h230 bool isShared = HandlerBase::IsStoreShared(handlerInfo); in StoreICWithHandler() local
231 if (isShared) { in StoreICWithHandler()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1036 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 Djs_hclass.cpp155 bool isShared = false; in IsJSTypeShared() local
181 isShared = true; in IsJSTypeShared()
186 return isShared; in IsJSTypeShared()
H A Djs_object.cpp2977 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 Djs_module_source_text.cpp1180 bool isShared = IsSharedModule(module); in InnerModuleEvaluation() local
1182 if (!isShared) { in InnerModuleEvaluation()

Completed in 42 milliseconds