HomeSort by relevance Sort by last modified time
    Searched defs:thunk (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
Cleaner.java 44 * <p> A cleaner tracks a referent object and encapsulates a thunk of arbitrary
112 private final Runnable thunk; field in class:Cleaner
114 private Cleaner(Object referent, Runnable thunk) {
116 this.thunk = thunk;
122 * @param thunk
129 public static Cleaner create(Object ob, Runnable thunk) {
130 if (thunk == null)
132 return add(new Cleaner(ob, thunk));
142 thunk.run()
    [all...]
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 170 CleanerThunk thunk = new CleanerThunk(); local
171 Cleaner cleaner = Cleaner.create(referent, thunk);
177 thunk.setNativePtr(nativePtr);
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 34 DCHECK(NeedsNextThunk()); // The data is constructed only when we expect to need the thunk.
66 // Adjust the MaxNextOffset() down if needed to fit the code before the next thunk.
122 std::vector<uint8_t> code_; // The code of the thunk.
123 std::vector<uint32_t> offsets_; // Offsets at which the thunk needs to be written.
124 uint32_t max_next_offset_; // The maximum offset at which the next thunk can be placed.
134 // the thunk with the smallest pending offset, so use the reverse ordering, i.e. ">".
148 // to place thunk will be soon enough, we need to reserve all needed thunks now. Code for
191 // Mark the thunk as written at the pending offset and update the `pending_thunks_` heap.
234 ThunkData* thunk = unreserved_thunks_.front(); local
235 if (thunk == method_call_thunk_)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 122 /* Information about thunk, used only for same body aliases. */
125 /* Information about the thunk. */
131 /* Set to true when alias node is thunk. */
244 struct cgraph_thunk_info thunk; variable in typeref:struct:cgraph_thunk_info
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 858 uint32_t thunk; member in struct:llvm::MachO::tlv_descriptor_32
864 uint64_t thunk; member in struct:llvm::MachO::tlv_descriptor_64
870 uintptr_t thunk; member in struct:llvm::MachO::tlv_descriptor
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 

Completed in 545 milliseconds