Home
last modified time | relevance | path

Searched refs:AbortIfFailed (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.h50 bool AbortIfFailed() const override
H A Dreg_alloc_base.h41 bool AbortIfFailed() const override;
H A Dreg_alloc_base.cpp146 bool RegAllocBase::AbortIfFailed() const in AbortIfFailed() function in panda::compiler::RegAllocBase
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass.h38 virtual bool AbortIfFailed() const in AbortIfFailed() function in panda::compiler::Pass
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.h40 bool AbortIfFailed() const override
H A Dreg_alloc_base.h42 bool AbortIfFailed() const override;
H A Dreg_alloc_linear_scan.h92 bool AbortIfFailed() const override
H A Dreg_alloc_base.cpp163 bool RegAllocBase::AbortIfFailed() const in AbortIfFailed() function in ark::compiler::RegAllocBase
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass.h38 virtual bool AbortIfFailed() const in AbortIfFailed() function in ark::compiler::Pass
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.h93 bool AbortIfFailed() const override;
H A Dcodegen.cpp202 bool Codegen::AbortIfFailed() const in AbortIfFailed() function in ark::compiler::Codegen
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_regalloc_test.cpp626 * @tc.desc: Verify the AbortIfFailed function.
650 EXPECT_TRUE(base->AbortIfFailed()); in HWTEST_F()

Completed in 11 milliseconds