HomeSort by relevance Sort by last modified time
    Searched refs:exec_function (Results 1 - 2 of 2) sorted by null

  /external/qemu-pc-bios/vgabios/tests/
testbios.c 186 char exec_function(struct REGPACK *regs) function
351 if(exec_function(&regs)!=0)break;
  /external/v8/src/
execution.cc 214 Object* exec_function; local
218 if (!maybe_exec_function->ToObject(&exec_function)) {
222 return Handle<Object>(exec_function);

Completed in 82 milliseconds