Home
last modified time | relevance | path

Searched refs:ToCString (Results 1 – 25 of 49) sorted by relevance

12

/third_party/vixl/src/aarch32/
Ddisasm-aarch32.cc1133 os() << ToCString(kAdc) << ConditionPrinter(it_block_, cond) << size; in adc()
1147 os() << ToCString(kAdcs) << ConditionPrinter(it_block_, cond) << size; in adcs()
1161 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << size; in add()
1171 os() << ToCString(kAdd) << ConditionPrinter(it_block_, cond) << " " << rd in add()
1181 os() << ToCString(kAdds) << ConditionPrinter(it_block_, cond) << size; in adds()
1191 os() << ToCString(kAdds) << " " << rd << ", " << operand; in adds()
1199 os() << ToCString(kAddw) << ConditionPrinter(it_block_, cond); in addw()
1212 os() << ToCString(kAdr) << ConditionPrinter(it_block_, cond) << size << " " in adr()
1223 os() << ToCString(kAnd) << ConditionPrinter(it_block_, cond) << size; in and_()
1237 os() << ToCString(kAnds) << ConditionPrinter(it_block_, cond) << size; in ands()
[all …]
Dconstants-aarch32.cc35 const char* ToCString(InstructionType type) { in ToCString() function
Dconstants-aarch32.h529 const char* ToCString(InstructionType type);
/third_party/node/deps/v8/src/profiler/
Dstrings-storage.cc85 auto data = description.ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, in GetSymbol()
101 std::unique_ptr<char[]> data = str.ToCString( in GetName()
119 std::unique_ptr<char[]> data = str.ToCString( in GetConsName()
/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.cc79 function_name_ = js_heap_data.name().ToCString().get(); in CopyFromJSHeap()
80 schedule_ = js_heap_data.schedule().ToCString().get(); in CopyFromJSHeap()
81 code_ = js_heap_data.code().ToCString().get(); in CopyFromJSHeap()
Dobjects-printer.cc1596 std::unique_ptr<char[]> source_string = source.ToCString( in PrintSourceCode()
2526 PrintF("%s", String::cast(*this).ToCString().get()); in NameShortPrint()
2533 PrintF("<%s>", String::cast(s.description()).ToCString().get()); in NameShortPrint()
2541 return SNPrintF(str, "%s", String::cast(*this).ToCString().get()); in NameShortPrint()
2549 String::cast(s.description()).ToCString().get()); in NameShortPrint()
Ddisassembler.cc247 std::unique_ptr<char[]> obj_name = accumulator.ToCString(); in PrintRelocInfo()
Dperf-jit.cc309 .ToCString(DISALLOW_NULLS, FAST_STRING_TRAVERSAL, &length); in GetScriptName()
/third_party/node/deps/v8/src/codegen/
Dsource-position.cc15 out << String::cast(pos.script->name()).ToCString(DISALLOW_NULLS).get(); in operator <<()
111 .ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL) in Print()
/third_party/node/deps/v8/src/ic/
Dic-stats.cc66 script_name.ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL) in GetOrCacheScriptName()
/third_party/node/deps/v8/src/objects/
Doption-utils.cc71 std::unique_ptr<char[]> value_cstr = value_str->ToCString(); in GetStringOption()
Djs-locale.cc86 value_str = value_bool ? isolate->factory()->true_string()->ToCString() in InsertOptionsIntoLocale()
87 : isolate->factory()->false_string()->ToCString(); in InsertOptionsIntoLocale()
Dstring.h405 std::unique_ptr<char[]> ToCString(AllowNullsFlag allow_nulls,
408 V8_EXPORT_PRIVATE std::unique_ptr<char[]> ToCString(
Dstring.cc786 std::unique_ptr<char[]> String::ToCString(AllowNullsFlag allow_nulls, in ToCString() function in v8::internal::String
831 std::unique_ptr<char[]> String::ToCString(AllowNullsFlag allow_nulls, in ToCString() function in v8::internal::String
834 return ToCString(allow_nulls, robust_flag, 0, -1, length_return); in ToCString()
Djs-relative-time-format.cc311 std::unique_ptr<char[]> unit_str = unit->ToCString(); in GetURelativeDateTimeUnit()
Dintl-objects.cc763 std::string locale(locale_str->ToCString().get()); in CanonicalizeLanguageTag()
2818 JSDateTimeFormat::CanonicalizeTimeZoneID(identifier->ToCString().get()); in CanonicalizeTimeZoneName()
2833 JSDateTimeFormat::CanonicalizeTimeZoneID(id->ToCString().get()); in IsValidTimeZoneName()
2871 std::string identifier_str(identifier->ToCString().get()); in GetTimeZoneIndex()
/third_party/node/deps/v8/src/strings/
Dstring-stream.h174 std::unique_ptr<char[]> ToCString() const;
Dstring-stream.cc224 std::unique_ptr<char[]> StringStream::ToCString() const { in ToCString() function in v8::internal::StringStream
/third_party/node/deps/v8/src/regexp/
Dregexp.cc737 PrintF("\n\nRegexp match: /%s/\n\n", regexp->source().ToCString().get()); in IrregexpExec()
738 PrintF("\n\nSubject string: '%s'\n\n", subject->ToCString().get()); in IrregexpExec()
1017 auto pattern_cstring = pattern->ToCString(); in Compile()
1024 auto pattern_cstring = pattern->ToCString(); in Compile()
Dregexp-bytecode-peephole.cc1023 RegExpBytecodeDisassemble(bytecode, length, source->ToCString().get()); in OptimizeBytecode()
1026 source->ToCString().get()); in OptimizeBytecode()
Dregexp-macro-assembler-tracer.cc436 PrintF(" GetCode(%s);\n", source->ToCString().get()); in GetCode()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-console.cc175 name = args.at<String>(1)->ToCString(); in LogTimerEvent()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1003 std::unique_ptr<char[]> buffer = filename_as_js_string->ToCString(); in RUNTIME_FUNCTION()
1170 base::OS::PrintError("[disabled] abort: %s\n", message->ToCString().get()); in RUNTIME_FUNCTION()
1173 base::OS::PrintError("abort: %s\n", message->ToCString().get()); in RUNTIME_FUNCTION()
1184 message->ToCString().get()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dmessages.cc70 data_str = Handle<String>::cast(data)->ToCString(DISALLOW_NULLS); in DefaultMessageReport()
213 return GetMessage(isolate, data)->ToCString(DISALLOW_NULLS); in GetLocalizedMessage()
/third_party/node/deps/v8/src/d8/
Dd8.cc526 source_buffer_ = Utils::OpenHandle(*source)->ToCString( in DummySourceStream()
2755 auto ToCString = [](const v8::String::Utf8Value& value) { in ReportException() local
2760 const char* exception_string = ToCString(exception); in ReportException()
2775 const char* filename_string = ToCString(filename); in ReportException()
2782 const char* sourceline_string = ToCString(sourcelinevalue); in ReportException()
2801 printf("%s\n", ToCString(stack_trace)); in ReportException()
3209 auto ToCString = [](const v8::String::Utf8Value& value) { in PrintMessageCallback() local
3214 const char* msg_string = ToCString(msg); in PrintMessageCallback()
3218 const char* filename_string = ToCString(filename); in PrintMessageCallback()

12