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

  /external/v8/src/snapshot/
natives.h 44 // The following methods are implemented in natives-common.cc:
50 typedef NativesCollection<CORE> Natives;
57 // Used for reading the natives at runtime. Implementation in natives-empty.cc
serialize.cc 21 #include "src/snapshot/natives.h"
548 // Update data pointers to the external strings containing natives sources.
549 Natives::UpdateSourceCache(isolate_->heap());
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 42 #include "src/snapshot/natives.h"
304 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
305 isolate->bootstrapper()->SourceLookup<Natives>(i);
423 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
424 isolate->bootstrapper()->SourceLookup<Natives>(i);
554 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
555 isolate->bootstrapper()->SourceLookup<Natives>(i);
    [all...]
  /external/v8/src/
bootstrapper.cc 8 #include "src/api-natives.h"
17 #include "src/snapshot/natives.h"
34 // We can use external strings for the natives.
52 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
123 DeleteNativeSources(Natives::GetSourceCache(isolate_->heap()));
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 11 #include "src/snapshot/natives.h"
380 return Smi::FromInt(Natives::GetBuiltinsCount() +
  /external/v8/src/heap/
heap.cc 37 #include "src/snapshot/natives.h"
    [all...]

Completed in 626 milliseconds