Home
last modified time | relevance | path

Searched refs:findEntry (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
DSkDescriptor.h43 SkASSERT(this->findEntry(tag, NULL) == NULL);
67 const void* findEntry(uint32_t tag, uint32_t* length) const { in findEntry() function
DSkScalerContext.cpp68 const void* data = desc->findEntry(tag, &len); in load_flattenable()
79 : fRec(*static_cast<const Rec*>(desc->findEntry(kRec_SkDescriptorTag, NULL))) in SkScalerContext()
107 desc->findEntry(kPathEffect_SkDescriptorTag, NULL), in SkScalerContext()
108 desc->findEntry(kMaskFilter_SkDescriptorTag, NULL)); in SkScalerContext()
/external/skia/legacy/include/core/
DSkDescriptor.h47 SkASSERT(this->findEntry(tag, NULL) == NULL);
72 const void* findEntry(uint32_t tag, uint32_t* length) const in findEntry() function
/external/v8/test/mjsunit/tools/
Dcodemap.js38 var entry = codeMap.findEntry(addr);
45 assertNull(codeMap.findEntry(addr), 'at ' + addr.toString(16));
/external/chromium-trace/trace-viewer/src/importer/
Dv8_log_importer.js132 var entry = this.code_map_.findEntry(pc);
139 entry = this.code_map_.findEntry(stack[i]);
/external/v8/tools/
Dprofile.js226 Profile.prototype.findEntry = function(addr) { method in Profile
227 return this.codeMap_.findEntry(addr);
254 var entry = this.codeMap_.findEntry(stack[i]);
Dcodemap.js188 CodeMap.prototype.findEntry = function(addr) { method in CodeMap
Dtickprocessor.js132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
372 var funcEntry = this.profile_.findEntry(tos_or_external_callback);
/external/skia/legacy/src/core/
DSkScalerContext.cpp64 const void* data = desc->findEntry(tag, &len); in load_flattenable()
80 const Rec* rec = (const Rec*)desc->findEntry(kRec_SkDescriptorTag, NULL); in SkScalerContext()
96 desc->findEntry(kPathEffect_SkDescriptorTag, NULL), in SkScalerContext()
97 desc->findEntry(kMaskFilter_SkDescriptorTag, NULL)); in SkScalerContext()
/external/chromium-trace/trace-viewer/src/importer/v8/
Dcodemap.js172 CodeMap.prototype.findEntry = function(addr) { method in CodeMap
/external/chromium-trace/
Dscript.js320 …an(a);return b&&this.isAddressBelongsTo_(a,b)?b.value:null};d.prototype.findEntry=function(c){if(c… method in d
328findEntry(a);c=this.nameForCodeEntry_(c);d/=1E3;this.v8_samples_thread_.addSample("v8",c,d);if(k&&…
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03696 (Lookup::findEntry): Don't allocate and convert to ASCII just to search.
DChangeLog-2007-10-142811 GTK Build fix, ::findEntry->KJS::findEntry
2814 (KJS::Lookup::findEntry):
11304 (findEntry): ASSERT that size is not 0, because otherwise we'll % by 0,
14299 (findEntry):
14313 (findEntry):
14490 (findEntry): ditto
14491 (Lookup::findEntry): ditto
DChangeLog-2008-08-1029571 (KJS::Lookup::findEntry):
30396 … (KJS::findEntry): Updated to expect table type 3 -- changed the printf to a plain old assert.
30398 … (KJS::Lookup::findEntry): Get the hash directly, since we know identifiers already have computed
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0315965 * src/kdelibs/kjs/lookup.cpp: (Lookup::findEntry), (Lookup::find):
DChangeLog-2006-05-102765 empty bucket, to prevent crashes in Lookup::findEntry. (The old
DChangeLog-2008-08-1050816 …- When doing findEntry lookup, use the the tables directly (JSDOMWindowPrototype::info.propHashTab…