Searched defs:IC (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dic.h36 // Flag indicating whether an IC stub needs to check that a backing
50 /* Utilities for IC stubs. */ \
60 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
63 class IC { class in namespace:v8::internal
77 // Alias the inline cache state type to make the IC code more readable.
80 // The IC code is either invoked with no extra frames on the stack
87 // Construct the IC structure with the given number of extra
89 explicit IC(FrameDepth depth);
95 // Compute the current IC state based on the target stub and the receiver.
101 // Computes the reloc info for this IC
[all...]
H A Dic.cc42 static char TransitionMarkFromState(IC::State state) {
60 void IC::TraceIC(const char* type,
78 IC::IC(FrameDepth depth) { function in class:v8::internal::IC
79 // To improve the performance of the (much used) IC code, we unfold
106 Address IC::OriginalCodeAddress() {
108 // Compute the JavaScript frame for the frame pointer of this IC
123 // place where the call to DebugBreakXXX is and where the IC
135 IC::State IC
[all...]
/external/bluetooth/hcidump/parser/
H A Drfcomm.h105 #define IC 0x40 /* incoming call */ macro

Completed in 115 milliseconds