Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dassembler-arm64.h152 static const unsigned kAllocatableContext = 27; member
165 return ((reg_code == kAllocatableContext) || in IsAllocatable()
175 return from_code(kAllocatableContext); in FromAllocationIndex()
190 (kAllocatableContext == 27)); in AllocationIndexToString()
204 if (code == kAllocatableContext) { in ToAllocationIndex()