HomeSort by relevance Sort by last modified time
    Searched refs:Intern (Results 1 - 13 of 13) sorted by null

  /art/runtime/native/
java_lang_String.cc 47 mirror::String* result = s->Intern();
54 NATIVE_METHOD(String, intern, "()Ljava/lang/String;"),
  /art/runtime/mirror/
string.h 64 String* Intern() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
string.cc 80 String* String::Intern() {
  /art/runtime/
intern_table_test.cc 27 TEST_F(InternTableTest, Intern) {
  /external/llvm/lib/Support/
FoldingSet.cpp 171 /// Intern - Copy this node's data to a memory region allocated from the
175 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const {
  /art/compiler/
image_writer.cc 347 // if it is a string, we want to intern it if its not interned.
351 DCHECK_EQ(obj, obj->AsString()->Intern());
354 SirtRef<String> interned(Thread::Current(), obj->AsString()->Intern());
  /external/llvm/include/llvm/ADT/
FoldingSet.h 339 /// Intern - Copy this node's data to a memory region allocated from the
342 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 320 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
    [all...]
  /dalvik/vm/
Dvm.mk 103 Intern.cpp \
  /art/runtime/interpreter/
interpreter.cc 197 } else if (name == "java.lang.String java.lang.String.intern()") {
198 result->SetL(receiver->AsString()->Intern());
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 339 milliseconds