Searched refs:function_code (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dliveedit.cc697 void SetFunctionCode(Handle<Code> function_code, argument
699 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
818 void FunctionCode(Handle<Code> function_code) { argument
822 info.SetFunctionCode(function_code, Handle<Object>(HEAP->null_value()));
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c520 void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit) argument
537 p_ccb->fcrb.s_frames_sent[function_code]++;
549 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT;
623 p_ccb->local_cid, function_code);
H A Dl2c_int.h741 extern void l2c_fcr_send_S_frame (tL2C_CCB *p_ccb, UINT16 function_code, UINT16 pf_bit);
/external/v8/test/cctest/
H A Dtest-api.cc15436 const char* function_code = local
15446 CompileRun(function_code);
15456 CompileRun(function_code);
15476 const char* function_code = local
15485 CompileRun(function_code);
15504 const char* function_code = local
15513 CompileRun(function_code);

Completed in 140 milliseconds