Home
last modified time | relevance | path

Searched defs:isShared (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h208 void SetShared(bool isShared) in SetShared()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h288 uint64_t SetIsSendable(uint64_t extraLiteralInfo, bool isShared) in SetIsSendable()
420 void SetIsSendable(bool isShared) in SetIsSendable()
Djs_hclass.cpp155 bool isShared = false; in IsJSTypeShared() local
Djs_object.cpp2966 bool isShared = object->IsJSShared(); in SetNativePointerFieldCount() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp72 bool isShared = JSPandaFile::IsSendableFunctionKind(funcKind); in TranslateClasses() local
132 bool isShared = JSPandaFile::IsSendableFunctionKind(funcKind); in TranslateClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp99 bool isShared = JSPandaFile::IsSendableFunctionKind(funcKind); in ProcessClasses() local
Dstub_builder.cpp2840 Label isShared(env); in StoreICWithHandler() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp584 bool isShared = context->Binder()->Program()->IsShared(); in AddSharedModuleRecord() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h221 bool isShared = HandlerBase::IsStoreShared(handlerInfo); in StoreICWithHandler() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1173 bool isShared = IsSharedModule(module); in InnerModuleEvaluation() local