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

  /external/chromium_org/ppapi/generators/
idl_thunk.py 526 thunk_type = '_'.join((node.GetName(), version))
527 version_list.append((thunk_type, thunk_name))
529 declare_line = 'const %s %s = {' % (thunk_type, thunk_name)
531 declare_line = 'const %s\n %s = {' % (thunk_type, thunk_name)
549 for thunk_type, thunk_name in version_list:
550 thunk_decl = 'const %s* Get%s_Thunk() {\n' % (thunk_type, thunk_type)
552 thunk_decl = 'const %s*\n Get%s_Thunk() {\n' % (thunk_type,
553 thunk_type)
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 919 ExternalReference::Type thunk_type = local
1455 ExternalReference::Type thunk_type = local
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 923 ExternalReference::Type thunk_type = local
1476 ExternalReference::Type thunk_type = local
    [all...]

Completed in 550 milliseconds