HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 2726 - 2750 of 3511) sorted by null

<<101102103104105106107108109110>>

  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 278 // Failure or stack corruption, since mach_vm_region had to go
286 // the same tag placed immediately above the computed stack region. Under
287 // some circumstances, the stack for thread 0 winds up broken up into
290 // the access on stack pages by calling mprotect.
325 // In some situations the stack address for the thread can come back 0.
327 // stack with a clearly borked value.
333 unsigned long long dummy_stack[2]; // Fill dummy stack with 16 bytes of
952 if (!WriteStack(state, &thread->stack))
955 memory_blocks_.push_back(thread->stack);
    [all...]
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 55 @ STACK : pred stride,
66 @ Stack Usage : 40 bytes
87 @STACk :pred stride
96 add r11, sp, #40 @decrement stack pointer,to accomodate two variables
253 @ STACK : pred stride,
264 @ Stack Usage : 40 bytes
284 @STACk :pred stride
293 add r11, sp, #40 @decrement stack pointer,to accomodate two variables
447 @ STACk : u4_qbits
453 @ Stack Usage : 0 byte
    [all...]
ih264_weighted_pred_a9q.s 116 stmfd sp!, {r4-r9, r14} @stack stores the values of the arguments
345 stmfd sp!, {r4-r9, r14} @stack stores the values of the arguments
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_chroma_mode_11_to_17.s 87 @stack contents from #40
125 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_intra_pred_filters_luma_mode_11_to_17.s 87 @stack contents from #40
131 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 58 ;stack const char *thresh,
59 ;stack int count
638 str r11, [sp] ; push r11 to stack
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_hv_media.asm 24 ; stack unsigned int *sse
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 35 #include <stack>
343 /// This stack holds the state of the value solver during a query.
346 std::stack<std::pair<BasicBlock*, Value*> > BlockValueStack;
355 return false; // It's already in the stack.
503 assert(BlockValueSet.count(e) && "Stack value should be in BlockValueSet!");
515 assert(BlockValueStack.top() != e && "Stack should have been pushed!");
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 415 // Read the stack size and local variable frame size.
452 // Read the stack map frames (only full frames, without tag).
467 // Read the stack map frames.
659 // Read the verification type of the stack entry.
701 // Read the verification types of the stack entries.
703 fullFrame.stack = new VerificationType[fullFrame.stackCount];
708 fullFrame.stack[index] = verificationType;
    [all...]
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
  /external/v8/tools/gcmole/
gcmole.cc 44 #include <stack>
201 std::stack<CalleesSet* > scopes_;
    [all...]
  /external/valgrind/helgrind/
hg_main.c 3837 XArray* stack; \/* of Lock* *\/ local
    [all...]
  /external/valgrind/memcheck/tests/
varinfo5.stderr.exp 189 Address 0x........ is on thread 1's stack
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 58 ;stack const char *thresh,
59 ;stack int count
638 str r11, [sp] ; push r11 to stack
    [all...]
vp8_variance_halfpixvar16x16_hv_armv6.asm 24 ; stack unsigned int *sse
  /ndk/build/core/
definitions-utils.mk 59 # faster. It will also not explode the stack with a lot of
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h 23 #include "internal/stack.h"
140 kParseIterativeFlag = 4, //!< Iterative(constant complexity in terms of function call stack size) parsing.
361 It needs to allocate a stack for storing a single decoded string during
371 \tparam StackAllocator Allocator type for stack.
379 /*! \param stackAllocator Optional allocator for allocating stack memory. (Only use for non-destructive parsing)
380 \param stackCapacity stack capacity in bytes for storing a single decoded string. (Only use for non-destructive parsing)
455 // clear stack on any exit from ParseStream, e.g. due to exception
617 StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {}
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 

Completed in 4213 milliseconds

<<101102103104105106107108109110>>