Home
last modified time | relevance | path

Searched defs:initialized (Results 1 – 6 of 6) 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/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h64 static bool initialized; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1316 …indAssignment(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignment()
1331 …ndAssignments(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignments()
1339 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.cpp1002 static std::atomic<bool> initialized(false); in OH_JSVM_Init() local
3624 JSVM_InitializedFlag initialized, in OH_JSVM_AllocateArrayBufferBackingStoreData()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp5916 Label initialized(env); in GenerateCircuit() local