Searched defs:CurrentBlock (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc64 schedule()->AddGoto(CurrentBlock(), Use(label));
73 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
79 schedule()->AddReturn(CurrentBlock(), value);
93 schedule()->AddNode(CurrentBlock(), call);
103 schedule()->AddNode(CurrentBlock(), call);
121 schedule()->AddNode(CurrentBlock(), call);
146 BasicBlock* RawMachineAssembler::CurrentBlock() { function in class:v8::internal::compiler::RawMachineAssembler
158 : CurrentBlock();
/external/clang/lib/Analysis/
H A DLiveVariables.cpp204 const CFGBlock *CurrentBlock)
205 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
201 TransferFunctions(LiveVariablesImpl &im, LiveVariables::LivenessValues &Val, LiveVariables::Observer *Observer, const CFGBlock *CurrentBlock) argument
/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h163 uint8_t CurrentBlock; member in struct:phFriNfc_Type2_AddInfo
231 uint16_t CurrentBlock; member in struct:phFriNfc_MfStd_AddInfo
H A DphFriNfc_NdefMap.h546 uint8_t CurrentBlock; member in struct:phFriNfc_MifareULCont
585 uint32_t CurrentBlock; member in struct:phFriNfc_MockupCont
734 uint8_t CurrentBlock; member in struct:phFriNfc_TopazCont
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h3251 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member in struct:gl_dlist_state
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3251 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member in struct:gl_dlist_state

Completed in 209 milliseconds