Searched refs:_function (Results 1 - 25 of 25) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s13 call _function // IMAGE_REL_I386_REL32
14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1)
18 .def _function
22 _function: label
58 .long _function@imgrel // IMAGE_REL_I386_DIR32NB
59 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
/external/v8/test/webkit/fast/js/kde/
H A Dobject_prototype_tostring.js49 var _function = new Function(); function
50 _function.toString = Object.prototype.toString;
51 shouldBe("_function.toString()","\"[object Function]\"");
/external/v8/src/
H A Dcodegen.cc49 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \
51 void init_fast_##name##_function(Isolate* isolate) { \
52 if (FLAG_fast_math) fast_##name##_function = generator(isolate); \
53 if (!fast_##name##_function) fast_##name##_function = std_##name; \
56 if (!fast_##name##_function) init_fast_##name##_function(isolate); \
59 return (*fast_##name##_function)(x, isolate); \
H A Dbootstrapper.cc2760 Handle<JSFunction> type##_function = InstallFunction( \
2763 native_context()->set_##type##_function(*type##_function); \
2764 type##_function->shared()->set_instance_class_name(*factory->Type##_string());
H A Dfactory.cc1209 return NewError(isolate()->name##_function(), template_index, arg0, arg1, \
H A Dapi.cc8023 i::Handle<i::JSFunction> constructor = isolate->name##_function(); \
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h294 void (*_function)(sigval_t); member in struct:sigevent::__anon7772::__anon7773
300 #define sigev_notify_function _sigev_un._sigev_thread._function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c442 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
443 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
556 strncpy(p_hdr->_function, _function_, _GKI_MAX_FUNCTION_NAME_LEN);
557 p_hdr->_function[_GKI_MAX_FUNCTION_NAME_LEN] = '\0';
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h74 char _function[_GKI_MAX_FUNCTION_NAME_LEN+1]; member in struct:_buffer_hdr
/external/mesa3d/src/glsl/
H A Dir.h558 * and \c ir_function_signature::_function is private for a reason. The
562 * its \c _function) are met.
568 return this->_function;
611 class ir_function *_function; member in class:ir_function_signature
660 sig->_function = this;
707 return this->_function->name;
H A Dir.cpp1540 : return_type(return_type), is_defined(false), _function(NULL)
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc389 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
403 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc519 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
526 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc373 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
388 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc494 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
505 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc505 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
516 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc451 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
466 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc395 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
409 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc613 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
620 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc390 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
410 __ CallCFunction(ExternalReference::ieee754_##name##_function(isolate()), \
/external/valgrind/include/vki/
H A Dvki-linux.h563 void (*_function)(vki_sigval_t); member in struct:vki_sigevent::__anon20468::__anon20469
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 2354 milliseconds