Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h329 return CompileStateBit::CompiledBit::Decode(compileState_.value_); in IsCompiled()
334 CompileStateBit::CompiledBit::Set<uint8_t>(isCompiled, &compileState_.value_); in SetIsCompiled()
368 using CompiledBit = PGOBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>; variable
369 using TypeInferAbortBit = CompiledBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;