Searched refs:Resolve (Results 1 - 25 of 42) sorted by relevance

12

/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
H A Dlithium-gap-resolver-x64.cc19 void LGapResolver::Resolve(LParallelMove* parallel_move) { function in class:v8::internal::LGapResolver
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
H A Dlithium-gap-resolver-arm.cc31 void LGapResolver::Resolve(LParallelMove* parallel_move) { function in class:v8::internal::LGapResolver
/external/v8/src/compiler/
H A Dgap-resolver.h31 // Resolve a set of parallel moves, emitting assembler instructions.
32 void Resolve(ParallelMove* parallel_move) const;
H A Dgap-resolver.cc40 void GapResolver::Resolve(ParallelMove* parallel_move) const { function in class:v8::internal::compiler::GapResolver
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
H A Dlithium-gap-resolver-mips.cc21 void LGapResolver::Resolve(LParallelMove* parallel_move) { function in class:v8::internal::LGapResolver
/external/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
H A Dlithium-gap-resolver-mips64.cc21 void LGapResolver::Resolve(LParallelMove* parallel_move) { function in class:v8::internal::LGapResolver
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
/external/v8/src/x87/
H A Dlithium-gap-resolver-x87.h22 // Resolve a set of parallel moves, emitting assembler instructions.
23 void Resolve(LParallelMove* parallel_move);
/external/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.h38 // Resolve a set of parallel moves, emitting assembler instructions.
39 void Resolve(LParallelMove* parallel_move);
H A Dlithium-gap-resolver-arm64.cc34 void LGapResolver::Resolve(LParallelMove* parallel_move) { function in class:v8::internal::LGapResolver
/external/lldb/include/lldb/Host/
H A DFileSpec.h285 /// FileSpec::Resolve method on it). Useful if you asked us not to
559 /// the static FileSpec::Resolve.
625 Resolve (const char *src_path, char *dst_path, size_t dst_len);
/external/lldb/source/API/
H A DSBFileSpec.cpp89 return lldb_private::FileSpec::Resolve (src_path, dst_path, dst_len);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h63 Resolve();
84 /// A breakpoint should be set at this address and Resolve called on each
90 /// @see Resolve()
104 /// last call to Resolve().
109 /// last call to Resolve().
165 /// to Resolve().
170 /// call to Resolve().
190 /// List of SOEntry's added to the link map since the last call to Resolve().
194 /// Resolve().
H A DDynamicLoaderPOSIXDYLD.cpp306 if (!m_rendezvous.Resolve())
406 if (!m_rendezvous.Resolve())
H A DDYLDRendezvous.cpp71 DYLDRendezvous::Resolve() function in class:DYLDRendezvous
/external/skia/src/animator/
H A DSkDisplayType.h188 static SkDisplayTypes Resolve(const char[] , const SkMemberInfo** );
/external/v8/src/
H A Dallocation-tracker.h120 void Resolve();
H A Dallocation-tracker.cc218 copy[i]->Resolve();
325 void AllocationTracker::UnresolvedLocation::Resolve() { function in class:v8::internal::AllocationTracker::UnresolvedLocation
/external/lldb/source/Host/common/
H A DHost.cpp973 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path));
1001 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path));
1047 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path));
1078 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path));
1111 if (FileSpec::Resolve ("~/Library/Application Support/LLDB/PlugIns",
H A DFileSpec.cpp185 FileSpec::Resolve (const char *src_path, char *dst_path, size_t dst_len) function in class:FileSpec
303 path_fit = (FileSpec::Resolve (pathname, resolved_path, sizeof(resolved_path)) < sizeof(resolved_path) - 1);
/external/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc168 resolver.Resolve(pm);

Completed in 452 milliseconds

12