Searched refs:function (Results 1 - 17 of 17) sorted by relevance

/art/runtime/gc/allocator/
H A Ddlmalloc.cc28 static void art_heap_corruption(const char* function);
29 static void art_heap_usage_error(const char* function, void* p);
46 static void art_heap_corruption(const char* function) { argument
47 LOG(::art::FATAL) << "Corrupt heap detected in: " << function;
50 static void art_heap_usage_error(const char* function, void* p) { argument
51 LOG(::art::FATAL) << "Incorrect use of function '" << function << "' argument " << p
/art/runtime/arch/mips64/
H A Dasm_support_mips64.S30 // Declare a function called name, sets up $gp.
33 .type \name, %function
35 // Cache alignment for function entry.
48 // Declare a function called name, doesn't set up $gp.
50 .type \name, %function
52 // Cache alignment for function entry.
/art/runtime/arch/arm64/
H A Dasm_support_arm64.S40 .type \name, #function
43 /* Cache alignment for function entry */
/art/runtime/arch/mips/
H A Dasm_support_mips.S29 // Declare a function called name, sets up $gp.
31 .type \name, %function
33 // Cache alignment for function entry.
45 // Declare a function called name, doesn't set up $gp.
47 .type \name, %function
49 // Cache alignment for function entry.
/art/compiler/utils/arm/
H A Dassembler_arm32_test.cc285 void ExecuteAndPrint(std::function<void()> f, std::string fmt, std::ostringstream& oss) {
296 void TemplateHelper(std::function<void(arm::Register)> f, int depth ATTRIBUTE_UNUSED,
315 void TemplateHelper(std::function<void(const arm::ShifterOperand&)> f, int depth ATTRIBUTE_UNUSED,
330 void TemplateHelper(std::function<void(arm::Condition)> f, int depth ATTRIBUTE_UNUSED,
345 void TemplateHelper(std::function<void(arm::Register, Args...)> f, int depth, bool without_pc,
360 TemplateHelper(std::function<void(Args...)>(lambda), depth + 1, without_pc,
366 void TemplateHelper(std::function<void(const arm::ShifterOperand&, Args...)> f, int depth,
378 TemplateHelper(std::function<void(Args...)>(lambda), depth, without_pc,
384 void TemplateHelper(std::function<void(arm::Condition, Args...)> f, int depth, bool without_pc,
395 TemplateHelper(std::function<voi
[all...]
/art/runtime/arch/x86_64/
H A Dasm_support_x86_64.S68 #define FUNCTION_TYPE(name,index) .type $index, @function
71 #define FUNCTION_TYPE(name,index) .type name&, @function
110 // Directive to hide a function symbol.
117 /* Cache alignment for function entry */
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h304 std::function<void(TArg&)>&& save_argument,
305 std::function<TArg&(void)>&& load_argument)
497 std::function<void(TArg&)> save_argument_;
498 std::function<TArg&(void)> load_argument_;
/art/runtime/arch/arm/
H A Dasm_support_arm.S34 // then the labels need to be unique. We bind these to the function name in the ENTRY macros.
53 .type \name, #function
56 // Cache alignment for function entry.
109 // Remove the RUNTIME_CURRENTx macros so they get rebound in the next function entry.
/art/runtime/arch/x86/
H A Dasm_support_x86.S72 #define FUNCTION_TYPE(name,index) .type $index, @function
75 #define FUNCTION_TYPE(name,index) .type name&, @function
119 // Directive to hide a function symbol.
126 /* Cache alignment for function entry */
/art/disassembler/
H A Ddisassembler_mips.cc333 uint32_t function = (instruction & 0x3f); // R-type. local
334 opcode = StringPrintf("op=%d fn=%d", op, function);
/art/cmdline/
H A Dcmdline_parser.h238 // Called by any function that doesn't chain back into this builder.
242 "No Into... function called, nowhere to save parsed values to");
244 "No Into... function called, nowhere to load parsed values from");
268 assert(false && "No save value function defined");
272 assert(false && "No load value function defined");
278 std::function<void(TArg&)> save_value_;
279 std::function<TArg&(void)> load_value_;
/art/compiler/optimizing/
H A Dconstant_folding_test.cc36 std::function<void(HGraph*)> check_after_cf,
H A Dcodegen_test.cc192 std::function<void(HGraph*)> hook_before_codegen,
213 std::function<void(HGraph*)> hook_before_codegen,
/art/dex2oat/
H A Ddex2oat.cc1754 std::function<std::string(const char*)> process = DotToDescriptor;
1763 std::function<std::string(const char*)> process = DotToDescriptor;
1768 // the given function.
1770 const char* input_filename, std::function<std::string(const char*)>* process) {
1783 // Post-process each line with the given function.
1787 std::function<std::string(const char*)>* process,
1814 // with the given function.
1817 std::function<std::string(const char*)>* process) {
/art/runtime/
H A Dthread.cc472 // This function does all the initialization that must be run by the native thread it applies to.
478 // Set pthread_self_ ahead of pthread_setspecific, that makes Thread::Current function, this
794 // function will also grab this lock so we prevent a race between setting
810 ATRACE_BEGIN("Checkpoint function");
819 bool Thread::RequestCheckpoint(Closure* function) { argument
837 tlsPtr_.checkpoint_functions[available_checkpoint] = function;
839 // Checkpoint function installed now install flag bit.
849 CHECK_EQ(tlsPtr_.checkpoint_functions[available_checkpoint], function);
871 void Thread::SetFlipFunction(Closure* function) { argument
872 CHECK(function !
[all...]
H A Dthread.h136 // if the thread makes a call out to a native function (through JNI), that native function
229 bool RequestCheckpoint(Closure* function)
232 void SetFlipFunction(Closure* function);
1237 // Pending checkpoint function or null if non-pending. Installation guarding by
1241 // Entrypoint function pointers.
1266 // The function used for thread flip.
/art/tools/
H A Dcpplint.py183 'readability/function',
239 'function.h', 'functional', 'hash_map', 'hash_map.h', 'hash_set',
371 error: function, an error handler.
412 # performance reasons; factoring it out into a separate function turns out
500 This function also updates the internal state to be ready to check
675 """Tracks current function name and the number of lines in its body."""
686 """Start analyzing function body.
689 function_name: The name of the function being tracked.
696 """Count line in current function body."""
701 """Report if too many lines in function bod
[all...]

Completed in 286 milliseconds