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

  /external/v8/src/full-codegen/
full-codegen.cc 595 void FullCodeGenerator::EmitIntrinsicAsStubCall(CallRuntime* expr,
627 EmitIntrinsicAsStubCall(expr, CodeFactory::FastNewObject(isolate()));
631 EmitIntrinsicAsStubCall(expr, CodeFactory::NumberToString(isolate()));
636 EmitIntrinsicAsStubCall(expr, CodeFactory::ToString(isolate()));
641 EmitIntrinsicAsStubCall(expr, CodeFactory::ToLength(isolate()));
645 EmitIntrinsicAsStubCall(expr, CodeFactory::ToInteger(isolate()));
649 EmitIntrinsicAsStubCall(expr, CodeFactory::ToNumber(isolate()));
654 EmitIntrinsicAsStubCall(expr, CodeFactory::ToObject(isolate()));
    [all...]
full-codegen.h 500 void EmitIntrinsicAsStubCall(CallRuntime* expr, const Callable& callable);
    [all...]

Completed in 2099 milliseconds