Home | History | Annotate | Download | only in src

Lines Matching refs:lookup_index

4594     int lookup_index = static_cast<int>(function->function_id) -
4596 ASSERT(lookup_index >= 0);
4597 ASSERT(static_cast<size_t>(lookup_index) <
4599 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];