Home
last modified time | relevance | path

Searched defs:isShared (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h208 void SetShared(bool isShared) in SetShared() argument
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h230 bool isShared = HandlerBase::IsStoreShared(handlerInfo); in StoreICWithHandler() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1036 bool isShared = context->Binder()->Program()->IsShared(); in AddSharedModuleRecord() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp1180 bool isShared = IsSharedModule(module); in InnerModuleEvaluation() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp155 bool isShared = false; in IsJSTypeShared() local
H A Djs_object.cpp2977 bool isShared = object->IsJSShared(); in SetNativePointerFieldCount() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp2920 BRANCH(IsStoreShared(handlerInfo), &isShared, &notShared); in StoreICWithHandler() local

Completed in 44 milliseconds