Home
last modified time | relevance | path

Searched refs:RuntimeCEntry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/codegen/
Dcode-factory.h29 static Handle<Code> RuntimeCEntry(Isolate* isolate, int result_size = 1);
Dcode-factory.cc17 Handle<Code> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) { in RuntimeCEntry() function in v8::internal::CodeFactory
/external/v8/src/compiler/
Dcode-assembler.cc901 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), result_size)); in CallRuntimeImpl()
934 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), result_size)); in TailCallRuntimeImpl()