Searched defs:Lookup (Results 1 - 25 of 72) sorted by relevance

123

/external/v8/src/
H A Dlookup-cache-inl.h23 int DescriptorLookupCache::Lookup(Map* source, Name* name) { function in class:v8::internal::DescriptorLookupCache
H A Ddateparser.cc153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { function in class:v8::internal::DateParser::KeywordTable
H A Dhandles.cc139 Object** CanonicalHandleScope::Lookup(Object* object) { function in class:v8::internal::CanonicalHandleScope
147 int index = root_index_map_->Lookup(HeapObject::cast(object));
H A Didentity-map.cc29 IdentityMapBase::RawEntry IdentityMapBase::Lookup(Object* key) { function in class:v8::internal::IdentityMapBase
106 result = Lookup(key);
124 RawEntry result = Lookup(key);
127 result = Lookup(key);
H A Daddress-map.h31 Entry* entry = Lookup(key, Hash(key));
53 int Lookup(HeapObject* obj) { function in class:v8::internal::RootIndexMap
196 SerializerReference Lookup(HeapObject* obj) {
H A Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { function in class:v8::internal::BASE_EMBEDDED
H A Dcompilation-cache.cc144 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( function in class:v8::internal::CompilationCacheScript
156 Handle<Object> probe = table->Lookup(source, context, language_mode);
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( function in class:v8::internal::CompilationCacheEval
244 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( function in class:v8::internal::CompilationCacheRegExp
296 return script_.Lookup(source, name, line_offset, column_offset,
309 eval_global_.Lookup(source, outer_info, language_mode, scope_position);
312 result = eval_contextual_.Lookup(source, outer_info, language_mode,
323 return reg_exp_.Lookup(source, flags);
/external/icu/icu4c/source/common/
H A Ducmndata.h80 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
96 LookupFn Lookup; member in struct:__anon7176
/external/v8/src/ast/
H A Dcontext-slot-cache.cc29 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, function in class:v8::internal::ContextSlotCache
/external/boringssl/src/crypto/lhash/
H A Dlhash_test.cc50 static const char *Lookup( function
118 if (value != Lookup(&dummy_lh, key.get())) {
132 if (previous != Lookup(&dummy_lh, key.get())) {
145 if (value != Lookup(&dummy_lh, key.get())) {
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp273 static const char *Lookup = "0123456789ABCDEF"; local
282 OS << Lookup[HighNibble] << Lookup[LowNibble]; local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h73 static lookup_type Lookup(data_type B, key_type K) { function in struct:clang::ento::ProgramStatePartialTrait
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLookup.java16 public /*abstract*/ class Lookup class
23 // Lookup flags
50 public Lookup(int theLookupType, int theLookupFlags) method in class:Lookup
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.cc47 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup( function in class:base::trace_event::TraceEventSyntheticDelay
H A Dheap_profiler_allocation_register.h70 Cell** p_cell = Lookup(key);
106 Cell* cell = *Lookup(key);
153 // for any other cell. With that Lookup() is the only function that handles
164 Cell** Lookup(const Key& key) const { function in class:base::trace_event::internal::FixedHashMap
/external/libtextclassifier/common/
H A Dregistry.h156 T *Lookup(const char *key) const { function in class:libtextclassifier::nlp_core::internal::ComponentRegistry
164 T *Lookup(const std::string &key) const { return Lookup(key.c_str()); } function in class:libtextclassifier::nlp_core::internal::ComponentRegistry
225 auto *factory = registry()->Lookup(name);
/external/llvm/include/llvm/ADT/
H A DPointerSumType.h73 create(typename HelperT::template Lookup<N>::PointerT Pointer) {
75 void *V = HelperT::template Lookup<N>::TraitsT::getAsVoidPointer(Pointer);
86 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const {
88 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(P);
92 typename HelperT::template Lookup<N>::PointerT cast() const {
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl());
129 template <TagT N> struct Lookup { struct in struct:llvm::detail::PointerSumTypeHelper
183 typedef typename HelperT::template Lookup<HelperT::MinTag>::PointerT
/external/skia/src/core/
H A DSkFDot6.h82 inline static SkFixed Lookup(SkFDot6 x) { function in class:QuickFDot6Inverse
97 SkASSERT((int64_t)a * QuickFDot6Inverse::Lookup(b) <= SK_MaxS32
98 && (int64_t)a * QuickFDot6Inverse::Lookup(b) >= SK_MinS32);
99 SkFixed ourAnswer = (a * QuickFDot6Inverse::Lookup(b)) >> 6;
/external/libchrome/base/
H A Did_map.h139 T* Lookup(KeyType id) const { function in class:IDMap
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen_unittest.cc121 Hash digest(code, k, Lookup(jt), Lookup(jf));
156 EXPECT_EQ(Lookup(head), prog_hashes.at(0));
160 const Hash& Lookup(CodeGen::Node next) const { function in class:sandbox::__anon10154::ProgramTest
/external/pdfium/core/fpdfapi/font/
H A Dfpdf_font.cpp99 CFX_WideString CPDF_ToUnicodeMap::Lookup(uint32_t charcode) const { function in class:CPDF_ToUnicodeMap
/external/v8/src/builtins/
H A Dbuiltins.cc178 const char* Builtins::Lookup(byte* pc) { function in class:v8::internal::Builtins
/external/v8/src/compiler/
H A Dliveness-analyzer.h92 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } function in class:v8::internal::compiler::LivenessAnalyzerBlock
/external/v8/tools/clang/blink_gc_plugin/
H A DRecordInfo.h168 RecordInfo* Lookup(clang::CXXRecordDecl* record);
170 RecordInfo* Lookup(const clang::CXXRecordDecl* record) { function in class:RecordCache
171 return Lookup(const_cast<clang::CXXRecordDecl*>(record));
174 RecordInfo* Lookup(clang::DeclContext* decl) { function in class:RecordCache
175 return Lookup(clang::dyn_cast<clang::CXXRecordDecl>(decl));
178 RecordInfo* Lookup(const clang::Type* type) { function in class:RecordCache
179 return Lookup(type->getAsCXXRecordDecl());
182 RecordInfo* Lookup(const clang::QualType& type) { function in class:RecordCache
183 return Lookup(type.getTypePtr());
/external/webrtc/webrtc/base/
H A Dflags.cc131 Flag* FlagList::Lookup(const char* name) { function in class:rtc::FlagList
193 Flag* flag = Lookup(name);
260 RTC_CHECK(!Lookup(flag->name())) << "flag " << flag->name()

Completed in 739 milliseconds

123