Refine compiler runtime function list.

This CL includes several changes:

1. Define 3 different compiler runtime function list
   for different architecture:

   - COMPILER_RUNTIME_FUNC_LIST_ARM
   - COMPILER_RUNTIME_FUNC_LIST_MIPS
   - COMPILER_RUNTIME_FUNC_LIST_X86

2. Split MIPS compiler runtime function list from the
   X86 version.

3. Replace COMPILER_RUNTIME_FUNC_LIST with
   COMPILER_RUNTIME_FUNC_LIST_NATIVE.  "Native" means
   the host of the runtime.

Change-Id: Ic18b793dd8c153cac4f7bc82dcd07e44576b7f58
2 files changed
tree: 8e0d56021463754f2ea55ef53bf03aca49f79a68
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk