Home
last modified time | relevance | path

Searched refs:TypeInferAbortBit (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h339 return CompileStateBit::TypeInferAbortBit::Decode(compileState_.value_); in IsTypeInferAbort()
344 CompileStateBit::TypeInferAbortBit::Set<uint8_t>(halfCompiled, &compileState_.value_); in SetTypeInferAbort()
369 using TypeInferAbortBit = CompiledBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>; variable
370 using ResolvedMethodBit = TypeInferAbortBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;