HomeSort by relevance Sort by last modified time
    Searched refs:uintptr_size (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 257 uintptr_size = int(dynamic_go_type['size'].type.sizeof) # size is itself an uintptr
258 if type_size > uintptr_size:
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 257 uintptr_size = int(dynamic_go_type['size'].type.sizeof) # size is itself an uintptr
258 if type_size > uintptr_size:

Completed in 114 milliseconds