Home | History | Annotate | Download | only in src

Lines Matching defs:lookup_index

6104     int lookup_index = static_cast<int>(function->function_id) -
6106 ASSERT(lookup_index >= 0);
6107 ASSERT(static_cast<size_t>(lookup_index) <
6109 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];