Home | History | Annotate | Download | only in quick

Lines Matching defs:intrinsic

44  * all the supported intrinsic methods are looked up once by the FindIntrinsics
68 * Check whether a particular method index corresponds to an intrinsic function.
70 bool IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) LOCKS_EXCLUDED(lock_);
73 * Generate code for an intrinsic function invocation.
260 * The definition of an intrinsic function binds the method definition
261 * to an Intrinsic.
265 InlineMethod intrinsic;
270 * intrinsic function lookup to avoid multiple lookups of the same items.
303 * Find all known intrinsic methods in the dex_file and cache their indices.
324 * Maps method indexes (for the particular DexFile) to Intrinsic defintions.