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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 478 int function_code, enum built_in_class cl,
483 int function_code,
tree.h     [all...]
  /external/v8/src/wasm/
wasm-module.h 197 std::vector<Handle<Code>> function_code; // code objects for each function. member in struct:v8::internal::wasm::WasmInstance
208 function_code(m->functions.size()) {}
312 return instance->function_code[index];
wasm-module.cc 446 temp_instance.function_code[i] = illegal_builtin;
454 std::vector<Handle<Code>> results(temp_instance.function_code);
456 temp_instance.function_code.swap(results);
458 helper.CompileSequentially(&module_env, temp_instance.function_code,
465 i < temp_instance.function_code.size(); ++i) {
466 Code* code = *temp_instance.function_code[i];
    [all...]
  /system/bt/stack/l2cap/
l2c_int.h     [all...]
l2c_fcr.cc 505 void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code,
515 p_ccb->fcrb.s_frames_sent[function_code]++;
526 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT;
    [all...]

Completed in 105 milliseconds