HomeSort by relevance Sort by last modified time
    Searched refs:CompilationCacheTable (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
compilation-cache.cc 68 static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
70 CompilationCacheTable::Allocate(isolate->heap(), size),
71 CompilationCacheTable);
75 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
77 Handle<CompilationCacheTable> result;
82 CompilationCacheTable* table =
83 CompilationCacheTable::cast(tables_[generation]);
84 result = Handle<CompilationCacheTable>(table, isolate());
105 reinterpret_cast<CompilationCacheTable*>(tables_[i])->IterateElements(v);
126 Handle<CompilationCacheTable> table = GetTable(generation)
    [all...]
compilation-cache.h 53 Handle<CompilationCacheTable> GetTable(int generation);
56 Handle<CompilationCacheTable> GetFirstTable() {
59 void SetFirstTable(Handle<CompilationCacheTable> value) {
115 Handle<CompilationCacheTable> TablePut(
169 Handle<CompilationCacheTable> TablePut(
196 Handle<CompilationCacheTable> TablePut(Handle<String> source,
objects.cc     [all...]
objects.h 90 // - CompilationCacheTable
    [all...]
objects-inl.h     [all...]
  /external/v8/src/
compilation-cache.cc 68 static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
70 CompilationCacheTable::Allocate(size),
71 CompilationCacheTable);
75 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
77 Handle<CompilationCacheTable> result;
82 CompilationCacheTable* table =
83 CompilationCacheTable::cast(tables_[generation]);
84 result = Handle<CompilationCacheTable>(table, isolate());
104 reinterpret_cast<CompilationCacheTable*>(tables_[i])->IterateElements(v);
125 Handle<CompilationCacheTable> table = GetTable(generation)
    [all...]
compilation-cache.h 53 Handle<CompilationCacheTable> GetTable(int generation);
56 Handle<CompilationCacheTable> GetFirstTable() {
59 void SetFirstTable(Handle<CompilationCacheTable> value) {
109 Handle<CompilationCacheTable> TablePut(
160 Handle<CompilationCacheTable> TablePut(
187 Handle<CompilationCacheTable> TablePut(Handle<String> source,
objects.cc     [all...]
objects.h 78 // - CompilationCacheTable
    [all...]
liveobjectlist.cc 80 v(CompilationCacheTable, "unexpected: CompilationCacheTable") \
    [all...]
objects-inl.h     [all...]

Completed in 68 milliseconds