Searched refs:js_entry_sp (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
D | test-log-stack-tracer.cc | 163 return Isolate::js_entry_sp(i::Isolate::Current()->thread_local_top()); in GetJsEntrySp() 176 const Address js_entry_sp = GetJsEntrySp(); in JSEntrySPLevel2() local 177 CHECK_NE(0, js_entry_sp); in JSEntrySPLevel2() 179 CHECK_EQ(js_entry_sp, GetJsEntrySp()); in JSEntrySPLevel2()
|
/external/v8/src/ |
D | log.cc | 154 const Address js_entry_sp = in Trace() local 155 Isolate::js_entry_sp(isolate->thread_local_top()); in Trace() 156 if (js_entry_sp == 0) { in Trace() 174 sample->sp, js_entry_sp); in Trace()
|
D | isolate.h | 143 C(JSEntrySP, js_entry_sp) 611 static Address js_entry_sp(ThreadLocalTop* thread) { in js_entry_sp() function
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 4061 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress, isolate); in GenerateBody() local 4062 __ Load(rax, js_entry_sp); in GenerateBody() 4067 __ Store(js_entry_sp, rax); in GenerateBody() 4123 __ movq(kScratchRegister, js_entry_sp); in GenerateBody()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 5003 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress, in GenerateBody() local 5005 __ cmp(Operand::StaticVariable(js_entry_sp), Immediate(0)); in GenerateBody() 5007 __ mov(Operand::StaticVariable(js_entry_sp), ebp); in GenerateBody() 5065 __ mov(Operand::StaticVariable(js_entry_sp), Immediate(0)); in GenerateBody()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 4121 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress, isolate); in GenerateBody() local 4122 __ li(t1, Operand(ExternalReference(js_entry_sp))); in GenerateBody() 4209 __ li(t1, Operand(ExternalReference(js_entry_sp))); in GenerateBody()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3942 ExternalReference js_entry_sp(Isolate::kJSEntrySPAddress, isolate); in GenerateBody() local 3943 __ mov(r5, Operand(ExternalReference(js_entry_sp))); in GenerateBody() 4023 __ mov(r5, Operand(ExternalReference(js_entry_sp))); in GenerateBody()
|