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

  /external/v8/src/
natives.h 59 typedef NativesCollection<CORE> Natives;
mksnapshot.cc 35 #include "natives.h"
225 for (int i = 0; i < i::Natives::GetBuiltinsCount(); i++) {
bootstrapper.cc 38 #include "natives.h"
114 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
117 // We can use external strings for the natives.
120 Natives::GetScriptSource(index).start());
127 Factory::NewStringFromAscii(Natives::GetScriptSource(index));
    [all...]
serialize.cc 35 #include "natives.h"
830 Vector<const char> source_vector = Natives::GetScriptSource(index);
    [all...]
debug.cc 42 #include "natives.h"
679 Vector<const char> name = Natives::GetScriptName(index);
761 !CompileDebuggerScript(Natives::GetIndex("mirror")) ||
762 !CompileDebuggerScript(Natives::GetIndex("debug"));
    [all...]
heap.cc 39 #include "natives.h"
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 42 #include "natives.h"
367 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
485 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {

Completed in 144 milliseconds