Home
last modified time | relevance | path

Searched refs:noGC (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp175 bool noGC = true; in CollectMethodPcsFromBC() local
198 if (noGC && !metaData.IsNoGC()) { in CollectMethodPcsFromBC()
199 noGC = false; in CollectMethodPcsFromBC()
209 bytecodeInfo_.SetMethodOffsetToFastCallInfo(methodOffset, canFastCall, noGC); in CollectMethodPcsFromBC()
211 method->SetNoGCBit(noGC); in CollectMethodPcsFromBC()
H A Dbytecode_info_collector.h254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() argument
257 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()
H A Dcircuit.h158 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC) \
160 return metaBuilder_.NAME(value, pcOffset, noGC); \
H A Dmcr_gate_meta_data.h174 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool noGC) in TypedCallMetaData()
176 noGC_(noGC) in TypedCallMetaData()
173 TypedCallMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool noGC) TypedCallMetaData() argument
H A Dshare_gate_meta_data.cpp313 const GateMetaData* GateMetaBuilder::NAME(uint64_t value, uint64_t pcOffset, bool noGC) \
315 auto meta = new (chunk_) TypedCallMetaData(OpCode::OP, R, S, D, value, pcOffset, noGC); \
H A Dgate_meta_data_builder.h122 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC);

Completed in 5 milliseconds