Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.cpp312 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); \
Dcircuit.h157 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC) \
159 return metaBuilder_.NAME(value, pcOffset, noGC); \
Dbytecode_info_collector.cpp319 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()
Dmcr_gate_meta_data.h170 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool noGC) in TypedCallMetaData() argument
172 noGC_(noGC) in TypedCallMetaData()
Dgate_meta_data_builder.h122 const GateMetaData* NAME(uint64_t value, uint64_t pcOffset, bool noGC);
Dbytecode_info_collector.h593 void SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) in SetMethodOffsetToFastCallInfo() argument
596 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()