Searched refs:noGC (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | share_gate_meta_data.cpp | 312 const GateMetaData* GateMetaBuilder::NAME(uint64_t value, uint64_t pcOffset, bool noGC) \ 314 auto meta = new (chunk_) TypedCallMetaData(OpCode::OP, R, S, D, value, pcOffset, noGC); \
|
D | circuit.h | 157 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC) \ 159 return metaBuilder_.NAME(value, pcOffset, noGC); \
|
D | bytecode_info_collector.cpp | 319 bool noGC = true; in CollectMethodPcsFromBC() local 331 if (noGC && !bytecodes_.GetBytecodeMetaData(curPc).IsNoGC()) { in CollectMethodPcsFromBC() 332 noGC = false; in CollectMethodPcsFromBC() 343 bytecodeInfo_.SetMethodOffsetToFastCallInfo(methodOffset, canFastCall, noGC); in CollectMethodPcsFromBC() 345 method->SetNoGCBit(noGC); in CollectMethodPcsFromBC()
|
D | mcr_gate_meta_data.h | 170 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool noGC) in TypedCallMetaData() argument 172 noGC_(noGC) in TypedCallMetaData()
|
D | gate_meta_data_builder.h | 122 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC);
|
D | bytecode_info_collector.h | 593 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() argument 596 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()
|