summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
Commit message (Expand)AuthorAgeFilesLines
* Save the JIT compiled code when the class isn't initialized yet.Nicolas Geoffray2019-04-171-3/+8
* ART: Add VLOG to GenericJNIAndreas Gampe2019-04-021-0/+5
* ObjPtr<>-ify Monitor/-Pool.Vladimir Marko2019-04-011-4/+4
* Clean up explicit conversions to ObjPtr<>.Vladimir Marko2019-03-291-2/+2
* ObjPtr<>-ify String allocations, fix stale refs.Vladimir Marko2019-03-251-7/+7
* ObjPtr<>-ify entrypoint utils.Vladimir Marko2019-03-221-5/+5
* Revert^4 "Remove Global deopt requirement for several jvmti events"Alex Light2019-03-121-5/+11
* Revert "Revert^2 "Remove Global deopt requirement for several jvmti events""Nicolas Geoffray2019-03-121-8/+4
* Revert^2 "Remove Global deopt requirement for several jvmti events"Alex Light2019-03-111-4/+8
* Revert "Remove Global deopt requirement for several jvmti events"Nicolas Geoffray2019-03-091-8/+4
* Remove Global deopt requirement for several jvmti eventsAlex Light2019-03-081-4/+8
* Put the deoptimized method in the trace tag.Nicolas Geoffray2019-01-081-8/+4
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-063-3/+3
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-292-2/+2
* Merge "Use ArtMethod::GetDexFile() instead of using declaring class."Vladimir Marko2018-11-291-2/+2
|\
| * Use ArtMethod::GetDexFile() instead of using declaring class.Vladimir Marko2018-11-281-2/+2
* | Store ImtIndex in ArtMethod.David Srbecky2018-11-271-1/+1
|/
* ART: Add string-alloc-inl.hAndreas Gampe2018-10-301-1/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-236-19/+19
* Revert^4 "JVMTI PopFrame support"Alex Light2018-10-111-1/+11
* Rewrite mterp field access helpersDavid Srbecky2018-09-051-8/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-282-20/+20
* Rename type resolution entrypoints.Vladimir Marko2018-08-034-8/+8
* Rewrite Class init entrypoint to take a Class arg.Vladimir Marko2018-08-024-17/+15
* Move MethodInfo to CodeInfo.David Srbecky2018-08-011-2/+1
* Decode only the needed tables from CodeInfo.David Srbecky2018-07-261-1/+1
* ObjPtr<>-ify ArtMethod and mirror::Method.Vladimir Marko2018-07-191-1/+1
* Remove unused InvokeInfo from stack maps and the runtime.David Srbecky2018-07-131-49/+3
* Don't use StringFactory.newEmptyString in compiled codeAlex Light2018-07-102-0/+14
* Ensure proxy methods are reported by instrumentationAlex Light2018-07-101-1/+29
* Make instrumentation trampoline able to jump to jit codeAlex Light2018-07-101-1/+15
* Use iterators to access stack map data.David Srbecky2018-07-041-32/+29
* Refactor WriteBarrier logic into its own fileMathieu Chartier2018-06-201-1/+1
* Allow jumping back to interpreter in instrumentation entrypoint.Alex Light2018-06-131-1/+0
* Ensure we never instrument Proxy.<init> entrypointAlex Light2018-06-131-0/+4
* ART: Adds an entrypoint for invoke-customOrion Hodson2018-06-114-2/+63
* ART: Simplify invoke-polymorphic entrypointsOrion Hodson2018-06-081-22/+10
* Merge "Remove depth argument from InlineInfo accessors in stack maps."Treehugger Robot2018-06-061-10/+11
|\
| * Remove depth argument from InlineInfo accessors in stack maps.David Srbecky2018-06-051-10/+11
* | Refactor String resolution.Vladimir Marko2018-06-041-1/+2
|/
* Move String::SizeOf<> to string.h .Vladimir Marko2018-05-301-0/+1
* Remove static_class_ from Method/VarHandle and CallSite.Vladimir Marko2018-05-251-2/+3
* Refactor ClassRoot/GetClassRoot().Vladimir Marko2018-05-251-3/+3
* Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."Vladimir Marko2018-05-231-0/+1
|\
| * ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.Vladimir Marko2018-05-231-0/+1
* | Merge "Refactor runtime callee save frame info."Vladimir Marko2018-05-223-171/+75
|\ \
| * | Refactor runtime callee save frame info.Vladimir Marko2018-05-223-171/+75
* | | Rewrite stackmap encoding code.David Srbecky2018-05-211-27/+20
| |/ |/|
* | ART: Add VarHandle accessors to invoke-polymorphic entrypointOrion Hodson2018-05-151-19/+33
* | ART: Add dex::ProtoIndexOrion Hodson2018-05-142-2/+2
|/