Searched refs:BeginMethod (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | stack_map_test.cc | 55 stream.BeginMethod(32, 0, 0, 2); in TEST() 109 stream.BeginMethod(32, 0, 0, 2); in TEST() 303 stream.BeginMethod(32, 0, 0, 2); in TEST() 366 stream.BeginMethod(32, 0, 0, 2); in TEST() 414 stream.BeginMethod(32, 0, 0, 2); in TEST() 470 stream.BeginMethod(32, 0, 0, 1); in TEST() 517 stream.BeginMethod(32, 0, 0, 2); in TEST() 707 stream.BeginMethod(32, 0, 0, 0); in TEST() 734 stream.BeginMethod(32, 0, 0, 2); in TEST()
|
D | stack_map_stream.h | 61 void BeginMethod(size_t frame_size_in_bytes,
|
D | stack_map_stream.cc | 42 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod() function in art::StackMapStream
|
D | optimizing_compiler.cc | 1129 stack_map_stream->BeginMethod( in CreateJniStackMap()
|
D | code_generator.cc | 387 GetStackMapStream()->BeginMethod(HasEmptyFrame() ? 0 : frame_size_, in Compile()
|
/art/compiler/ |
D | exception_test.cc | 80 stack_maps.BeginMethod(4 * sizeof(void*), 0u, 0u, 0u); in SetUp()
|