/external/v8/src/arm/ |
code-stubs-arm.cc | 106 // as the map of the allocated object. 113 // write barrier because the allocated object is in new space. 3183 Label skip_allocation, allocated; local 6343 Label non_ascii, allocated, ascii_data; local [all...] |
lithium-codegen-arm.cc | 119 // issues when the stack allocated buffer goes out of scope. 3043 Label allocated, slow; local 4665 Label allocated, runtime_allocate; local 4746 Label allocated, runtime_allocate; local [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 80 // as the map of the allocated object. 87 // write barrier because the allocated object is in new space. 5625 Label non_ascii, allocated, ascii_data; local [all...] |
lithium-codegen-ia32.cc | 123 // issues when the stack allocated buffer goes out of scope. 175 // the most recently mapped page. To make the allocated area randomly 2812 Label allocated, slow; local 4516 Label allocated, runtime_allocate; local 4599 Label allocated, runtime_allocate; local [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 108 // as the map of the allocated object. 115 // write barrier because the allocated object is in new space. 3304 Label skip_allocation, allocated; local 6571 Label non_ascii, allocated, ascii_data; local [all...] |
lithium-codegen-mips.cc | 117 // issues when the stack allocated buffer goes out of scope. 2924 Label allocated, slow; local 4561 Label allocated, runtime_allocate; local 4643 Label allocated, runtime_allocate; local [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 76 // as the map of the allocated object. 83 // write barrier because the allocated object is in new space. 821 // rcx: allocated 'empty' number 4640 Label non_ascii, allocated, ascii_data; local [all...] |
lithium-codegen-x64.cc | 120 // issues when the stack allocated buffer goes out of scope. 173 // the most recently mapped page. To make the allocated area randomly 2769 Label allocated, slow; local 4282 Label allocated, runtime_allocate; local 4362 Label allocated, runtime_allocate; local [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | 87 size_t allocated; member in struct:_Ewk_View_Private_Data::__anon15017 92 size_t allocated; member in struct:_Ewk_View_Private_Data::__anon15018 228 priv->repaints.allocated = size; 238 if (priv->repaints.allocated == priv->repaints.count) { 240 if (!priv->repaints.allocated) 243 size = priv->repaints.allocated + EWK_VIEW_REPAINTS_SIZE_STEP; 262 if (priv->repaints.allocated <= EWK_VIEW_REPAINTS_SIZE_MAX_FREE) 274 priv->scrolls.allocated = size; 305 if (priv->scrolls.allocated == priv->scrolls.count) { 307 if (!priv->scrolls.allocated) [all...] |