Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h403 bool GetNoGCFlag(GateRef gate) const;
Dcircuit_builder.cpp1048 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call()
1051 bool isNoGC = acc_.GetNoGCFlag(hirGate); in Call()
Dgate_accessor.cpp323 bool GateAccessor::GetNoGCFlag(GateRef gate) const in GetNoGCFlag() function in panda::ecmascript::kungfu::GateAccessor