Home
last modified time | relevance | path

Searched defs:BRIDGE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_info.h62 enum class FrameKind : uintptr_t { BRIDGE = 1 }; enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h293 static constexpr ValueType BRIDGE = INVALID - 1U; variable