HomeSort by relevance Sort by last modified time
    Searched defs:IC (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
ic.h 36 // 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 {
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. This is a fairly expensiv
    [all...]
ic.cc 34 #include "ic-inl.h"
42 static char TransitionMarkFromState(IC::State state) {
60 void IC::TraceIC(const char* type,
78 IC::IC(FrameDepth depth) {
79 // To improve the performance of the (much used) IC code, we unfold
81 // ~35% speedup when running DeltaBlue with the '--nouse-ic' flag.
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
1278 CallIC ic; local
1311 LoadIC ic; local
1321 KeyedLoadIC ic; local
1331 StoreIC ic; local
1376 KeyedStoreIC ic; local
    [all...]
  /external/bluetooth/hcidump/parser/
rfcomm.h 105 #define IC 0x40 /* incoming call */
284 uint8_t ic:1; member in struct:v24_signals
424 uint8_t ic:1; member in struct:v24_signals
  /frameworks/base/tests/CoreTests/android/core/
PerformanceTests.java 348 interface IC {
355 static class Alphabet implements Cloneable, IB, IABC, IC, Runnable {
    [all...]

Completed in 229 milliseconds