Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h349 return CompileStateBit::ResolvedMethodBit::Decode(compileState_.value_); in IsResolvedMethod()
354 CompileStateBit::ResolvedMethodBit::Set<uint8_t>(isDeoptResolveNeed, &compileState_.value_); in SetResolvedMethod()
370 using ResolvedMethodBit = TypeInferAbortBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>; variable