OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_handle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
table.cc
160
Cache::Handle*
cache_handle
= NULL;
local
175
cache_handle
= block_cache->Lookup(key);
176
if (
cache_handle
!= NULL) {
177
block = reinterpret_cast<Block*>(block_cache->Value(
cache_handle
));
183
cache_handle
= block_cache->Insert(
199
if (
cache_handle
== NULL) {
202
iter->RegisterCleanup(&ReleaseBlock, block_cache,
cache_handle
);
/external/chromium_org/v8/src/
runtime.cc
[
all
...]
/external/v8/src/
runtime.cc
[
all
...]
Completed in 64 milliseconds