Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime.cc83 const Runtime::Function* Runtime::FunctionForEntry(Address entry) { in FunctionForEntry() function in v8::internal::Runtime
Druntime.h1137 static const Function* FunctionForEntry(Address ref); in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/
Dassembler.cc1578 const Runtime::Function* fn = Runtime::FunctionForEntry(reference.address()); in operator <<()