Home
last modified time | relevance | path

Searched refs:CompileNative (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dbootstrapper.h110 static bool CompileNative(Isolate* isolate, Vector<const char> name,
Dbootstrapper.cc1807 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileBuiltin()
1820 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExperimentalBuiltin()
1834 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExtraBuiltin()
1849 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExperimentalExtraBuiltin()
1854 bool Bootstrapper::CompileNative(Isolate* isolate, Vector<const char> name, in CompileNative() function in v8::internal::Bootstrapper