Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h163 const uint8_t *ptr_to = ptr_from + size - 1; in GetPointer() local
164 if (from_ == nullptr || ptr_from < from_ || ptr_to > to_) { in GetPointer()