Searched refs:FrameAndConstantPoolScope (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm/ |
D | builtins-arm.cc | 238 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_StringConstructCode() 258 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_StringConstructCode() 268 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in CallRuntimePassFunction() 331 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSConstructStubHelper() 817 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in CallCompileOptimized() 913 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_NotifyStubFailureHelper() 942 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_NotifyDeoptimizedHelper() 990 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_OnStackReplacement() 1036 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_OsrAfterStackCheck() 1111 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_FunctionCall() [all …]
|
D | macro-assembler-arm.h | 1533 class FrameAndConstantPoolScope { 1535 FrameAndConstantPoolScope(MacroAssembler* masm, StackFrame::Type type) in FrameAndConstantPoolScope() function 1548 ~FrameAndConstantPoolScope() { in ~FrameAndConstantPoolScope() 1570 DISALLOW_IMPLICIT_CONSTRUCTORS(FrameAndConstantPoolScope);
|
D | debug-arm.cc | 94 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate_DebugBreakCallHelper()
|
D | code-stubs-arm.cc | 118 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateLightweightMiss() 1482 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in Generate() 2402 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateRecordCallTarget() 2476 { FrameAndConstantPoolScope frame_scope(masm, StackFrame::INTERNAL); in EmitWrapCase() 2740 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateMiss() 3610 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateMiss()
|
D | assembler-arm.h | 1652 friend class FrameAndConstantPoolScope; variable
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 28 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateLoadViaGetter() 62 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); in GenerateStoreViaSetter() 718 FrameAndConstantPoolScope frame_scope(masm(), StackFrame::INTERNAL); in GenerateLoadInterceptorWithFollowup()
|