Home
last modified time | relevance | path

Searched refs:expectedOutcome (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_imm_valid.cpp40 bool expectedOutcome = (ValidBitmaskImmSet.find(val2) != ValidBitmaskImmSet.end()); in IsBitmaskImmediate() local
63 if (!expectedOutcome) { in IsBitmaskImmediate()
70 DEBUG_ASSERT(expectedOutcome, "incorrect implementation: not valid value but returning true"); in IsBitmaskImmediate()
82 DEBUG_ASSERT(!expectedOutcome, "incorrect implementation: valid value but returning false"); in IsBitmaskImmediate()
90 DEBUG_ASSERT(expectedOutcome == ret, "incorrect implementation: return value does not match expected outcome"); in IsBitmaskImmediate()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp244 bool expectedOutcome = (ValidBitmaskImmSet.find(val2) != ValidBitmaskImmSet.end()); in IsBitmaskImmediate() local
270 if (!expectedOutcome) { in IsBitmaskImmediate()

Completed in 2 milliseconds