Home
last modified time | relevance | path

Searched refs:constant_pool_pointer_register (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/x64/
Dframes-x64.cc19 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/x87/
Dframes-x87.cc19 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/ia32/
Dframes-ia32.cc19 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/arm64/
Dframes-arm64.cc20 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
28 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/s390/
Dframes-s390.cc20 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/mips/
Dframes-mips.cc19 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/mips64/
Dframes-mips64.cc19 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
27 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/arm/
Dframes-arm.cc22 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
30 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/ppc/
Dframes-ppc.cc22 Register JavaScriptFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::JavaScriptFrame
30 Register StubFailureTrampolineFrame::constant_pool_pointer_register() { in constant_pool_pointer_register() function in v8::internal::StubFailureTrampolineFrame
/external/v8/src/
Dframes.h1084 static Register constant_pool_pointer_register();
1416 static Register constant_pool_pointer_register();
Ddeoptimizer.cc991 JavaScriptFrame::constant_pool_pointer_register(); in DoComputeJSFrame()
1284 InterpretedFrame::constant_pool_pointer_register(); in DoComputeInterpretedFrame()
1663 JavaScriptFrame::constant_pool_pointer_register(); in DoComputeConstructStubFrame()
1849 JavaScriptFrame::constant_pool_pointer_register(); in DoComputeAccessorStubFrame()
2089 StubFailureTrampolineFrame::constant_pool_pointer_register(); in DoComputeCompiledStubFrame()