OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeGeneratorARM64
(Results
1 - 9
of
9
) sorted by null
/art/compiler/optimizing/
intrinsics_arm64.h
38
class
CodeGeneratorARM64
;
42
explicit IntrinsicLocationsBuilderARM64(ArenaAllocator* allocator,
CodeGeneratorARM64
* codegen)
61
CodeGeneratorARM64
* const codegen_;
68
explicit IntrinsicCodeGeneratorARM64(
CodeGeneratorARM64
* codegen) : codegen_(codegen) {}
84
CodeGeneratorARM64
* const codegen_;
code_generator_arm64.cc
163
#define __ down_cast<
CodeGeneratorARM64
*>(codegen)->GetVIXLAssembler()-> // NOLINT
182
MacroAssembler* masm = down_cast<
CodeGeneratorARM64
*>(codegen)->GetVIXLAssembler();
252
CodeGeneratorARM64
* arm64_codegen = down_cast<
CodeGeneratorARM64
*>(codegen);
289
CodeGeneratorARM64
* arm64_codegen = down_cast<
CodeGeneratorARM64
*>(codegen);
318
CodeGeneratorARM64
* arm64_codegen = down_cast<
CodeGeneratorARM64
*>(codegen);
369
CodeGeneratorARM64
* arm64_codegen = down_cast<
CodeGeneratorARM64
*>(codegen)
[
all
...]
code_generator_arm64.h
46
class
CodeGeneratorARM64
;
145
void EmitTable(
CodeGeneratorARM64
* codegen);
260
InstructionCodeGeneratorARM64(HGraph* graph,
CodeGeneratorARM64
* codegen);
352
CodeGeneratorARM64
* const codegen_;
359
LocationsBuilderARM64(HGraph* graph,
CodeGeneratorARM64
* codegen)
384
CodeGeneratorARM64
* const codegen_;
392
ParallelMoveResolverARM64(ArenaAllocator* allocator,
CodeGeneratorARM64
* codegen)
408
CodeGeneratorARM64
* const codegen_;
414
class
CodeGeneratorARM64
: public CodeGenerator {
416
CodeGeneratorARM64
(HGraph* graph
[
all
...]
codegen_test_utils.h
138
class TestCodeGeneratorARM64 : public arm64::
CodeGeneratorARM64
{
141
: arm64::
CodeGeneratorARM64
(graph, compiler_options) {}
146
//
CodeGeneratorARM64
::MaybeGenerateMarkingRegisterCheck expect the
codegen_test.cc
747
arm64::
CodeGeneratorARM64
codegen(graph, *compiler_options_);
764
// 2. within
CodeGeneratorARM64
::MoveLocation, another temp
769
// `Str` operation from
CodeGeneratorARM64
::MoveLocation (as
796
arm64::
CodeGeneratorARM64
codegen(graph, *compiler_options_);
831
arm64::
CodeGeneratorARM64
codegen(graph, *compiler_options_);
844
arm64::
CodeGeneratorARM64
codegen(graph, *compiler_options_);
[
all
...]
intrinsics_arm64.cc
80
CodeGeneratorARM64
* codegen) {
99
static void MoveArguments(HInvoke* invoke,
CodeGeneratorARM64
* codegen) {
116
CodeGeneratorARM64
* codegen = down_cast<
CodeGeneratorARM64
*>(codegen_in);
167
CodeGeneratorARM64
* codegen = down_cast<
CodeGeneratorARM64
*>(codegen_in);
733
CodeGeneratorARM64
* codegen) {
786
//
CodeGeneratorARM64
::GenerateFieldLoadWithBakerReadBarrier().
[
all
...]
code_generator.cc
[
all
...]
code_generator_vector_arm64.cc
46
static bool ShouldEmitDotProductInstructions(const
CodeGeneratorARM64
* codegen_) {
[
all
...]
/art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc
187
arm64::
CodeGeneratorARM64
codegen(graph, compiler_options);
520
return arm64::
CodeGeneratorARM64
::EncodeBakerReadBarrierFieldData(base_reg, holder_reg);
524
return arm64::
CodeGeneratorARM64
::EncodeBakerReadBarrierArrayData(base_reg);
528
return arm64::
CodeGeneratorARM64
::EncodeBakerReadBarrierGcRootData(root_reg);
[
all
...]
Completed in 432 milliseconds