Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h94 static bool initialized; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h64 static bool initialized; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp30 bool VregInfo::initialized = false; member in maplebe::VregInfo
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp36 bool Profile::initialized = false; member in maple::Profile
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1285 …indAssignment(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignment()
1300 …ndAssignments(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignments()
1308 bool initialized = false; in CheckConstFieldInitialized() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp657 …terface::GetClassIndexInAotGot(ark::compiler::AotData *aotData, uint32_t klassId, bool initialized) in GetClassIndexInAotGot()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp5922 Label initialized(env); in GenerateCircuit() local