Home
last modified time | relevance | path

Searched refs:BeginMethod (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc55 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()
Dstack_map_stream.h61 void BeginMethod(size_t frame_size_in_bytes,
Dstack_map_stream.cc42 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod() function in art::StackMapStream
Doptimizing_compiler.cc1122 stack_map_stream->BeginMethod( in CreateJniStackMap()
Dcode_generator.cc388 GetStackMapStream()->BeginMethod(HasEmptyFrame() ? 0 : frame_size_, in Compile()
/art/compiler/
Dexception_test.cc80 stack_maps.BeginMethod(4 * sizeof(void*), 0u, 0u, 0u); in SetUp()