HomeSort by relevance Sort by last modified time
    Searched refs:new_sp (Results 1 - 19 of 19) sorted by null

  /external/lldb/source/API/
SBTypeSummary.cpp 279 TypeSummaryImplSP new_sp;
284 new_sp = TypeSummaryImplSP(new CXXFunctionSummaryFormat(GetOptions(),
291 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(),
297 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(),
301 SetSP(new_sp);
312 TypeSummaryImplSP new_sp;
317 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""));
322 if (!new_sp)
325 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", ""));
327 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""))
    [all...]
SBTypeFilter.cpp 189 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions()));
194 new_sp->AddExpressionPath(GetExpressionPathAtIndex(j));
196 SetSP(new_sp);
SBTypeSynthetic.cpp 200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(),
204 SetSP(new_sp);
  /external/libunwind/src/ppc32/
Gresume.c 39 my_rt_sigreturn (void *new_sp)
  /external/libunwind/src/ppc64/
Gresume.c 39 my_rt_sigreturn (void *new_sp)
  /art/runtime/arch/arm/
context_arm.h 40 void SetSP(uintptr_t new_sp) OVERRIDE {
41 SetGPR(SP, new_sp);
  /art/runtime/arch/arm64/
context_arm64.h 40 void SetSP(uintptr_t new_sp) OVERRIDE {
41 SetGPR(SP, new_sp);
  /art/runtime/arch/mips/
context_mips.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(SP, new_sp);
  /art/runtime/arch/mips64/
context_mips64.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(SP, new_sp);
  /art/runtime/arch/x86_64/
context_x86_64.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(RSP, new_sp);
  /art/runtime/arch/
context.h 48 virtual void SetSP(uintptr_t new_sp) = 0;
  /art/runtime/arch/x86/
context_x86.h 39 void SetSP(uintptr_t new_sp) OVERRIDE {
40 SetGPR(ESP, new_sp);
  /external/libunwind/src/hppa/
Gresume.c 37 my_rt_sigreturn (void *new_sp, int in_syscall)
46 : "r"(new_sp), "r"(r20), "r"(r25)
  /art/compiler/dex/quick/mips/
call_mips.cc 287 RegStorage new_sp = AllocPtrSizeTemp(); local
339 OpRegRegImm(kOpSub, new_sp, rs_sp, frame_sub);
340 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr);
343 OpRegCopy(rs_sp, new_sp); // Establish stack.
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 313 intptr_t new_sp = sp() - 2 * kXRegSize; local
315 reinterpret_cast<uintptr_t*>(new_sp + kXRegSize);
317 uintptr_t* stack_slot = reinterpret_cast<uintptr_t*>(new_sp);
319 set_sp(new_sp);
320 return new_sp;
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 3821 int new_sp = get_register(sp) - sizeof(uintptr_t); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 681 milliseconds