Searched defs:CompilationInfoWithZone (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dcompiler.h522 class CompilationInfoWithZone: public CompilationInfo { class in namespace:v8::internal
524 explicit CompilationInfoWithZone(Handle<Script> script) function in class:v8::internal::CompilationInfoWithZone
527 explicit CompilationInfoWithZone(Handle<SharedFunctionInfo> shared_info) function in class:v8::internal::CompilationInfoWithZone
530 explicit CompilationInfoWithZone(Handle<JSFunction> closure) function in class:v8::internal::CompilationInfoWithZone
533 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate) function in class:v8::internal::CompilationInfoWithZone
536 CompilationInfoWithZone(ScriptCompiler::ExternalSourceStream* stream, function in class:v8::internal::CompilationInfoWithZone
541 // Virtual destructor because a CompilationInfoWithZone has to exit the
544 virtual ~CompilationInfoWithZone() {

Completed in 329 milliseconds