OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Intern
(Results
1 - 14
of
14
) sorted by null
/art/runtime/mirror/
string-inl.h
53
inline String* String::
Intern
() {
string.h
76
String*
Intern
() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/native/
java_lang_String.cc
49
mirror::String* result = s->
Intern
();
56
NATIVE_METHOD(String,
intern
, "!()Ljava/lang/String;"),
/art/runtime/
intern_table_test.cc
29
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 {
/external/llvm/include/llvm/ADT/
FoldingSet.h
344
///
Intern
- Copy this node's data to a memory region allocated from the
347
FoldingSetNodeIDRef
Intern
(BumpPtrAllocator &Allocator) const;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd
143
#
Intern
the argument *string in place. The argument must be the
string.pxd
143
#
Intern
the argument *string in place. The argument must be the
/art/compiler/
image_writer.cc
732
// if it is a string, we want to
intern
it if its not interned.
736
DCHECK_EQ(obj, obj->AsString()->
Intern
());
739
mirror::String* const interned = obj->AsString()->
Intern
();
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
318
SCEV *S = new (SCEVAllocator) SCEVConstant(ID.
Intern
(SCEVAllocator), V);
[
all
...]
/art/runtime/interpreter/
interpreter.cc
70
} else if (name == "java.lang.String java.lang.String.
intern
()") {
71
result->SetL(receiver->AsString()->
Intern
());
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
360
/// AddNodeIDValueTypes - Value type lists are
intern
'd so we can represent them
[
all
...]
/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 661 milliseconds