HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 1 - 25 of 1004) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
access.cpp 32 int access(const char* path, int mode) { function
  /external/v8/test/mjsunit/compiler/
escape-analysis-representation.js 42 function access(value_track, value_break, deopt) { function
53 access(value_track, value_track(), deopt);
54 access(value_track, value_track(), deopt);
55 %OptimizeFunctionOnNextCall(access);
56 access(value_track, value_track(), deopt);
60 access(value_track, value_break(), deopt);
62 // Clear type feedback of the access function for next run.
63 %ClearFunctionTypeFeedback(access);