Home
last modified time | relevance | path

Searched refs:c_function (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h2002 const Runtime::Function* c_function,
2004 HCallRuntime* instr = New<HCallRuntime>(c_function, argument_count);
2019 const Runtime::Function* c_function,
2021 return Add<HCallRuntime>(c_function, argument_count);
2511 const Runtime::Function* c_function);
2514 const Runtime::Function* c_function);
Dhydrogen-instructions.h2483 HCallRuntime(HValue* context, const Runtime::Function* c_function, in DECLARE_CONCRETE_INSTRUCTION()
2486 c_function_(c_function), in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/src/
Disolate.h170 C(CFunction, c_function) \
599 Address c_function() { return thread_local_top_.c_function_; } in c_function() function
/external/v8/src/profiler/
Dsampler.cc721 frames[i++] = isolate->c_function(); in GetStackSample()