Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h94 static bool initialized; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp914 …indAssignment(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignment()
929 …ndAssignments(const ir::AstNode *node, const varbinder::LocalVariable *classVar, bool &initialized) in FindAssignments()
937 bool initialized = false; in CheckConstFieldInitialized() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp36 bool Profile::initialized = false; member in maple::Profile