Home
last modified time | relevance | path

Searched defs:initialized (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp29 bool VregInfo::initialized = false; member in maplebe::VregInfo
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcopy_data_manager.h165 bool initialized = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h64 static bool initialized; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp309 static bool initialized = ([]() { in InitRealSignalFun() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1488 …indAssignment(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignment()
1502 …ndAssignments(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignments()
1510 bool initialized = false; in CheckConstFieldInitialized() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp675 …terface::GetClassIndexInAotGot(ark::compiler::AotData *aotData, uint32_t klassId, bool initialized) in GetClassIndexInAotGot()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1061 static std::atomic<bool> initialized(false); in OH_JSVM_Init() local
3894 JSVM_InitializedFlag initialized, in OH_JSVM_AllocateArrayBufferBackingStoreData()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp5934 Label initialized(env); in GenerateCircuit() local