Searched refs:noGC (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecode_info_collector.cpp | 175 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 D | bytecode_info_collector.h | 254 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() argument 257 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()
|
H A D | circuit.h | 158 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC) \ 160 return metaBuilder_.NAME(value, pcOffset, noGC); \
|
H A D | mcr_gate_meta_data.h | 174 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 D | share_gate_meta_data.cpp | 313 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 D | gate_meta_data_builder.h | 122 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC);
|
Completed in 5 milliseconds