Home
last modified time | relevance | path

Searched defs:safe (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp213 bool BaseRuntime::ForEachObj(HeapVisitor& visitor, bool safe) in ForEachObj()
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp177 bool HeapImpl::ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) in ForEachObject()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h196 bool ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) const override in ForEachObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1854 GateRef TypedNativeInlineLowering::BuildTaggedIsInteger(GateRef gate, GateRef value, bool safe) in BuildTaggedIsInteger()