Home
last modified time | relevance | path

Searched refs:textEnd (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp223 uintptr_t textEnd = textStart + GetTextSize(); in IsInText() local
224 return textStart <= pc && pc < textEnd; in IsInText()

Completed in 1 milliseconds