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

  /external/v8/src/
natives.h 62 typedef NativesCollection<CORE> Natives;
mksnapshot.cc 36 #include "natives.h"
309 for (int i = 0; i < i::Natives::GetBuiltinsCount(); i++) {
bootstrapper.cc 39 #include "natives.h"
74 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
79 // We can use external strings for the natives.
80 Vector<const char> source = Natives::GetRawScriptSource(index);
1919 Handle<String> natives = factory->LookupAsciiSymbol(FLAG_expose_natives_as); local
    [all...]
serialize.cc 36 #include "natives.h"
689 // Update data pointers to the external strings containing natives sources.
690 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
    [all...]
debug.cc 47 #include "natives.h"
746 Vector<const char> name = Natives::GetScriptName(index);
842 !CompileDebuggerScript(Natives::GetIndex("mirror")) ||
843 !CompileDebuggerScript(Natives::GetIndex("debug"));
847 !CompileDebuggerScript(Natives::GetIndex("liveedit"));
    [all...]
api.cc 46 #include "natives.h"
407 i::Vector<const i::byte> libraries_source = i::Natives::GetScriptsSource();
411 compressed_data[kLibraries].raw_size = i::Natives::GetRawScriptsSize();
437 ASSERT_EQ(i::Natives::GetRawScriptsSize(),
442 i::Natives::SetRawScriptsSource(libraries_source);
    [all...]
heap.cc 42 #include "natives.h"
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 42 * Helper class for extracting the natives (dll, so) from the jars.
45 public final class Natives {
47 private static final Logger logger = Logger.getLogger(Natives.class.getName());
90 URL url = Thread.currentThread().getContextClassLoader().getResource("com/jme3/system/Natives.class");
JmeDesktopSystem.java 275 Natives.extractNativeLibs(getPlatform(), settings);
  /external/v8/test/cctest/
test-serialize.cc 42 #include "natives.h"
359 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {
482 for (int i = 0; i < Natives::GetBuiltinsCount(); i++) {

Completed in 105 milliseconds