Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h115 static bool CompileNative(Isolate* isolate, Vector<const char> name,
Dbootstrapper.cc3003 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileBuiltin()
3016 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExperimentalBuiltin()
3030 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExtraBuiltin()
3045 return Bootstrapper::CompileNative(isolate, name, source_code, in CompileExperimentalExtraBuiltin()
3049 bool Bootstrapper::CompileNative(Isolate* isolate, Vector<const char> name, in CompileNative() function in v8::internal::Bootstrapper