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

  /external/chromium_org/mojo/shell/
in_process_dynamic_service_runner.cc 23 template <typename Thunks>
24 bool SetThunks(Thunks (*make_thunks)(),
27 typedef size_t (*SetThunksFn)(const Thunks* thunks);
32 Thunks thunks = make_thunks();
33 size_t expected_size = set_thunks(&thunks);
34 if (expected_size > sizeof(Thunks)) {
36 << " to return thunks of size: " << expected_size;
106 // If we have the control thunks, we probably also have th
    [all...]
  /external/clang/test/CodeGenCXX/
thunks.cpp 162 struct Thunks : Base1, Base2 {
172 X Thunks::f() { return X(); }
236 // PR7241: Emitting thunks for a method shouldn't require the vtable for
  /external/clang/include/clang/AST/
VTableBuilder.h 214 /// \brief Contains thunks needed by vtables, sorted by indices.
281 /// \brief Contains all thunks that a given method decl will need.
282 ThunksMapTy Thunks;
285 /// offset offsets, thunks etc) for the given record decl.
296 // use exactly the same set of thunks.
297 ThunksMapTy::const_iterator I = Thunks.find(MD);
298 if (I == Thunks.end()) {
524 // Complete destructors don't have a slot in a vftable, so no thunks needed.
  /external/clang/lib/AST/
VTableBuilder.cpp 830 /// (Used for computing 'this' pointer adjustment thunks.
867 /// VTableThunks - The thunks by vtable index in the vtable currently being
874 /// Thunks - A map that contains all the thunks needed for all methods in the
876 ThunksMapTy Thunks;
    [all...]

Completed in 126 milliseconds