HomeSort by relevance Sort by last modified time
    Searched defs:RUNTIME_FUNCTION (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
arguments.h 44 // Object* Runtime_function(Arguments args) {
118 #define RUNTIME_FUNCTION(Type, Name) \
ic.cc     [all...]
serialize.h 41 RUNTIME_FUNCTION,
stub-cache.cc     [all...]
runtime.cc 567 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteral) {
593 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteralShallow) {
619 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteral) {
639 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteralShallow) {
664 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSProxy) {
674 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSFunctionProxy) {
687 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsJSProxy) {
694 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsJSFunctionProxy) {
701 RUNTIME_FUNCTION(MaybeObject*, Runtime_GetHandler) {
708 RUNTIME_FUNCTION(MaybeObject*, Runtime_GetCallTrap)
    [all...]
debug.cc     [all...]
  /external/chromium_org/v8/src/
arguments.h 44 // Object* Runtime_function(Arguments args) {
305 #define RUNTIME_FUNCTION(Type, Name) \
serialize.h 41 RUNTIME_FUNCTION,
ic.cc     [all...]
stub-cache.cc 757 RUNTIME_FUNCTION(MaybeObject*, StoreCallbackProperty) {
789 RUNTIME_FUNCTION(MaybeObject*, LoadPropertyWithInterceptorOnly) {
    [all...]
debug.cc     [all...]
runtime.cc 479 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateObjectLiteral) {
581 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteral) {
594 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateArrayLiteralStubBailout) {
606 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateSymbol) {
619 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreatePrivateSymbol) {
632 RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolName) {
640 RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolIsPrivate) {
648 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSProxy) {
659 RUNTIME_FUNCTION(MaybeObject*, Runtime_CreateJSFunctionProxy) {
674 RUNTIME_FUNCTION(MaybeObject*, Runtime_IsJSProxy)
    [all...]

Completed in 1023 milliseconds