Home
last modified time | relevance | path

Searched refs:function_entry (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp177 class function_entry : public exec_node { class
215 function_entry *current_function;
2342 foreach_in_list(function_entry, entry, &v->function_signatures) { in set_branchtargets()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1234 Node* function_entry = in CallRuntimeN() local
1239 args.reg_count(), args.base_reg_location(), function_entry); in CallRuntimeN()