OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallRuntime1
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/compiler/
code-stub-assembler.cc
141
return raw_assembler_->
CallRuntime1
(function_id, arg1, context);
raw-machine-assembler.cc
156
Node* RawMachineAssembler::
CallRuntime1
(Runtime::FunctionId function,
interpreter-assembler.cc
596
raw_assembler_->
CallRuntime1
(function_id, arg1, GetContext());
raw-machine-assembler.h
572
Node*
CallRuntime1
(Runtime::FunctionId function, Node* arg0, Node* context);
Completed in 329 milliseconds