Searched refs:function_entry (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc106 void* function_entry = resolver; local
112 function_entry, thunk.get(), thunk_size,
122 ret = resolver->Setup(ntdll_base, NULL, function, NULL, function_entry,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp227 class function_entry *function; /* Set on TGSI_OPCODE_CAL or TGSI_OPCODE_BGNSUB */
257 class function_entry : public exec_node { class in inherits:exec_node
294 function_entry *current_function;
316 function_entry *get_function_signature(ir_function_signature *sig);
361 /** List of function_entry */
2446 function_entry *
2449 function_entry *entry;
2452 entry = (function_entry *)iter.get();
2458 entry = ralloc(mem_ctx, function_entry);
2493 function_entry *entr
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp227 class function_entry *function; /* Set on TGSI_OPCODE_CAL or TGSI_OPCODE_BGNSUB */
257 class function_entry : public exec_node { class in inherits:exec_node
294 function_entry *current_function;
316 function_entry *get_function_signature(ir_function_signature *sig);
361 /** List of function_entry */
2446 function_entry *
2449 function_entry *entry;
2452 entry = (function_entry *)iter.get();
2458 entry = ralloc(mem_ctx, function_entry);
2493 function_entry *entr
[all...]
/external/chromium_org/v8/src/
H A Dexecution.cc114 byte* function_entry = function->code()->entry(); local
119 CALL_GENERATED_CODE(stub_entry, function_entry, func, recv, argc, argv);
/external/v8/src/
H A Dexecution.cc113 byte* function_entry = function->code()->entry(); local
118 CALL_GENERATED_CODE(stub_entry, function_entry, func, recv, argc, argv);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp190 class function_entry : public exec_node { class in inherits:exec_node
228 function_entry *current_function;
276 /** List of function_entry */
2316 function_entry *entry = (function_entry *)iter.get();
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp190 class function_entry : public exec_node { class in inherits:exec_node
228 function_entry *current_function;
276 /** List of function_entry */
2316 function_entry *entry = (function_entry *)iter.get();

Completed in 231 milliseconds