Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp58 auto *initObject = static_cast<CallInst *>(graph->CreateInst(compiler::Opcode::InitObject)); in CreateInitObject() local
74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers()
135 auto *initObject = CreateInitObject(v, load, callInit); in VisitNewObject() local