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

  /external/v8/src/interpreter/
interpreter-intrinsics.cc 16 #define SUPPORTED(name, lower_case, count) case Runtime::kInline##name:
30 case Runtime::kInline##name: \
45 return Runtime::kInline##name;
bytecode-decoder.cc 79 case Runtime::kInline##name: \
  /external/tensorflow/tensorflow/core/graph/
edgeset.cc 26 for (int i = 0; i < kInline; i++) {
32 for (int i = 0; i < kInline; i++) {
56 for (int i = 0; i < kInline; i++) {
edgeset_test.cc 55 static constexpr int kInline = 64 / sizeof(const void*);
65 for (int n : {0, 1, 2, kInline + 1}) {
83 for (int n : {0, 1, 2, kInline + 1}) {
99 for (int n : {0, 1, 2, kInline + 1}) {
edgeset.h 55 // Up to kInline elements are stored directly in ptrs_ (nullptr means none).
57 static const int kInline = 4; // Must be >= 2.
58 const void* ptrs_[kInline];
121 for (int i = 0; i < kInline; i++) {
136 for (int i = 0; i < kInline; i++) {
146 for (int i = 0; i < kInline; i++) {
  /external/skia/bench/
MemsetBench.cpp 12 template <typename T, bool kInline>
18 , fName(SkStringPrintf("memset%d_%d%s", sizeof(T)*8, n, kInline ? "_inline" : "")) {}
  /external/skqp/bench/
MemsetBench.cpp 12 template <typename T, bool kInline>
18 , fName(SkStringPrintf("memset%d_%d%s", sizeof(T)*8, n, kInline ? "_inline" : "")) {}
  /external/skia/tools/bookmaker/
bookmaker.h 77 kInline,
includeParser.cpp 38 { "inline", KeyWord::kInline, KeyProperty::kModifier },
249 static const char kInline[] = "inline ";
284 if (i.skipExact(kInline)) {
543 if (fCheck.fSkipInline && indent > sizeof(kInline)) {
544 indent -= sizeof(kInline) - 1;
    [all...]
includeWriter.cpp     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 77 kInline,
includeParser.cpp 37 { "inline", KeyWord::kInline, KeyProperty::kModifier },
248 static const char kInline[] = "inline ";
283 if (i.skipExact(kInline)) {
542 if (fCheck.fSkipInline && indent > sizeof(kInline)) {
543 indent -= sizeof(kInline) - 1;
    [all...]
includeWriter.cpp     [all...]
  /external/v8/src/runtime/
runtime.cc 42 Runtime::kInline##name, Runtime::INLINE, "_" #name, \
runtime.h 27 // * IDs are Runtime::k##name and Runtime::kInline##name, respectively.
654 #define I(name, nargs, ressize) kInline##name,
    [all...]
  /external/v8/src/debug/
debug-evaluate.cc 368 case Runtime::kInline##Name:
409 intrinsic_id == Runtime::kInline##Intrinsic ||
    [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 52 const char kInline[] = "inline:";
109 out->key_params = kInline;
    [all...]

Completed in 345 milliseconds