Home
last modified time | relevance | path

Searched refs:success_ (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcodegen.cpp206 success_ = false; in EncodeSpillFillData()
386 enc->success_ = false; in VisitConstant()
418 success_ = false; in EncodeSta()
741 VisitIf32(enc, inst, enc->result_, enc->success_); in VisitIf()
745 VisitIf64Signed(enc, inst, enc->result_, enc->success_); in VisitIf()
749 VisitIf64Unsigned(enc, inst, enc->result_, enc->success_); in VisitIf()
753 VisitIfRef(enc, inst, enc->result_, enc->success_); in VisitIf()
765 enc->success_ = false; in VisitIf()
771 enc->success_ = false; in VisitIf()
822 enc->success_ in IfEcma()
[all...]
H A Dreg_encoder.h150 success_ = false;
196 return success_; in GetStatus()
212 bool success_ {true};
H A Dcodegen.h76 return success_; in GetStatus()
151 success_ = false;
168 bool success_ {true};
H A Dreg_encoder.cpp437 success_ = false; in InsertSpillsForDynInputsInst()
695 re->success_ = false; in VisitLoadObject()
721 re->success_ = false; in VisitLoadStatic()
753 re->success_ = false; in VisitStoreObject()
779 re->success_ = false; in VisitStoreStatic()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.h66 return success_; in GetStatus()
127 success_ = false;
145 bool success_ {true};
H A Dcodegen.cpp159 success_ = false; in EncodeSpillFillData()
227 enc->success_ = false; in VisitConstant()
241 success_ = false; in EncodeSta()
267 enc->success_ = false; in VisitIf()
319 enc->success_ = false; in IfEcma()
348 enc->success_ = false; in IfEcma()
421 enc->success_ = false; in VisitReturn()
480 enc->success_ = false; in VisitCastValueToAnyType()
H A Dreg_encoder.h174 return success_; in GetStatus()
189 bool success_ {true};
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp164 BRANCH(TaggedIsHole(ret), slowPath_, success_); in LoadICByName() local
182 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByName() local
244 BRANCH(TaggedIsHole(*ret), slowPath_, success_); in LoadICByValue()
262 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue() local
268 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue() local
288 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryLoadGlobalICByName() local
309 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryStoreGlobalICByName() local
H A Dic_stub_builder.h62 success_ = success; in SetLabels()
75 Label *success_ {nullptr};
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp381 success_ = true; in RunImpl()
383 while (success_) { in RunImpl()
393 if (!success_) { in RunImpl()
415 if (success_) { in RunImpl()
418 return success_; in RunImpl()
424 if (!success_) { in ProcessCurrentBlock()
482 success_ &= ForEachLocation( in HandleSpillFill()
541 success_ &= ForEachLocation(inst->GetLocation(i), inputType, [input, inst, i](LocationState &location) { in HandleInst()
H A Dreg_alloc_verifier.h87 bool success_ {true};
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp80 return success_; in Allocate()
140 while (!regularIntervals.empty() && success_) { in AssignLocations()
219 success_ = false; in WalkIntervals()
474 success_ = false; in AssignStackSlot()
H A Dreg_alloc_linear_scan.h196 bool success_ {true};
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.h63 return success_ && cg_->GetEncoder()->GetResult(); in GetResult()
382 success_ = false;
421 bool success_ {true};
H A Dencode.cpp424 success_ = false; in EncodeExtractBits()
444 return success_; in GetResult()
449 success_ = false; in SetFalseResult()
H A Dencode.h485 bool success_ {true};
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h64 return success_; in GetStatus()
69 success_ = status; in SetStatus()
534 bool success_ {true};
H A Dgraph_checker.cpp110 success_ = InstChecker::Run(GetGraph()); in Check()
/arkcompiler/toolchain/tooling/base/
H A Dpt_returns.h470 : dumpGuid_(dumpGuid), success_(success) {} in RequestMemoryDumpReturns()
480 bool success_ {};
H A Dpt_returns.cpp409 result->Add("success", success_); in ToJson()

Completed in 22 milliseconds